login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A112489
Fourth column of triangle A112486 used for e.g.f.s of |Stirling1|=|A008275| diagonals.
1
15, 315, 4900, 70532, 1008980, 14777620, 224655816, 3568061640, 59371808496, 1035987707664, 18953413075584, 363290743698048, 7287692926408704, 152811506045431296, 3344880701417587200, 76327884878442508800
OFFSET
3,1
FORMULA
a(n)= A112486(n, 3), n>=3. a(0)=a(1)=a(2)=0.
a(n)= (n+3)*a(n-1) + (n+2)*A112488(n-1), n>=3, a(2):=0.
EXAMPLE
4900 = a(5) = 8*315 + 7*340.
CROSSREFS
Sequence in context: A347980 A359404 A289951 * A062757 A088913 A053102
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Sep 12 2005
STATUS
approved