Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

1,2

EXAMPLE

Triangle begins:

1

3, 1

16, 7, 1

115, 61, 15, 1

1056, 626, 206, 31, 1

11774, 7554, 2989, 659, 63, 1

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: A102012 := proc(n, k) A101842(n, k-1) ; end: for n from 1 to 10 do for k from 1 to n do printf("%d, ", A102012(n, k)) ; od: od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 07 2007

CROSSREFS

Sequence in context: A053485 A143565 A143018 this_sequence A128249 A071211 A038675

Adjacent sequences: A102009 A102010 A102011 this_sequence A102013 A102014 A102015

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research