|
| |
|
|
A112008
|
|
Fourth diagonal of second-order Eulerian triangle A008517. Fourth column (m=3) of triangle A112007.
|
|
3
| |
|
|
1, 52, 1452, 32120, 644020, 12440064, 238904904, 4642163952, 92199790224, 1883079661824, 39689578055808, 865023253219584, 19515249341231616, 455924361142656000, 11030149104146035200, 276260563641659673600
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
FORMULA
| a(n)=A112007(n+3, 3), n>=0.
a(n)= (n+7)*a(n-1) + (n+1)*A002539(n+1), n>=1, a(0)=1.
Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Oct 16 2009: (Start)
a(n) = sum((-1)^(n+k)*binomial(2*n+9,k)*stirling1(n-k+8,4-k), k=0..3)
(End)
|
|
|
EXAMPLE
| 1452= a(2) = 9*52 + 3*328.
|
|
|
CROSSREFS
| Cf. A002539 (3rd diagonal of A008517; third column of A112007).
Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Oct 16 2009: (Start)
Equals fourth left hand column of A163936.
(End)
Sequence in context: A035721 A035798 A017715 * A004342 A188389 A169997
Adjacent sequences: A112005 A112006 A112007 * A112009 A112010 A112011
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Wolfdieter Lang (wolfdieter.lang_AT_physik_DOT_uni-karlsruhe_DOT_de), Sep 12 2005
|
| |
|
|