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”).

A112490
Fifth column of triangle A112486 used for e.g.f.s of |Stirling1|=|A008275| diagonals.
1
105, 3465, 78750, 1571570, 29957620, 566780500, 10855452608, 212784652080, 4295131560720, 89593039854864, 1934882739672480, 43302005440341984, 1004506274408605056, 24150861883489332096, 601561456166534637312
OFFSET
4,1
FORMULA
a(n)= A112486(n, 4), n>=4. a(0), ..., a(3) = 0.
a(n)= (n+4)*a(n-1) + (n+3)* A112489(n-1), n>=4, a(3):=0.
EXAMPLE
78750 = a(6) = 10*3465 + 9*4900.
CROSSREFS
Sequence in context: A154633 A122814 A289952 * A006361 A360275 A221791
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Sep 12 2005
STATUS
approved