Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101845
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101845 Triangle formed by left half of A101842, read by rows. +0
2
1, 1, 3, 1, 7, 16, 1, 15, 61, 115, 1, 31, 206, 626, 1056, 1, 63, 659, 2989, 7554, 11774, 1, 127, 2052, 13308, 47349, 105099, 154624, 1, 255, 6297, 56935, 274677, 824331, 1660957, 2337507, 1, 511, 19162, 237862, 1518478, 5960818, 15747154, 29428654 (list; table; graph; listen)
OFFSET

1,3

EXAMPLE

Triangle begins:

1,

1, 3,

1, 7, 16,

1, 15, 61, 115,

1, 31, 206, 626, 1056,

1, 63, 659, 2989, 7554, 11774,

MAPLE

A101842 := proc(n, k) option remember ; if k < -n or k >= n then 0 ; elif n = 1 then 1; else (n-k)*A101842(n-1, k-1)+A101842(n-1, k)+(n+k+1)*A101842(n-1, k+1) ; fi ; end: A101845 := proc(n, k) A101842(n, -n+k-1) ; end: for n from 1 to 10 do for k from 1 to n do printf("%d, ", A101845(n, k)) ; od: od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 07 2007

CROSSREFS

Sequence in context: A096431 A113647 A051927 this_sequence A096643 A036575 A060487

Adjacent sequences: A101842 A101843 A101844 this_sequence A101846 A101847 A101848

KEYWORD

nonn,tabl

AUTHOR

David Applegate (david(AT)research.att.com), Jun 19 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 07 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research