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

A075918
Fifth column of triangle A075501.
2
1, 90, 5040, 226800, 9008496, 330674400, 11511434880, 386143718400, 12611398415616, 403864019919360, 12744269679697920, 397694704355020800, 12304809943691636736, 378212825199337758720, 11565710925825703772160
OFFSET
0,2
COMMENTS
The e.g.f. given below is Sum_{m=0..4} A075513(5,m)*exp(6*(m+1)*x)/4!.
FORMULA
a(n) = A075501(n+5, 5) = (6^n)*S2(n+5, 5) with S2(n, m) := A008277(n, m) (Stirling2).
a(n) = Sum_{m=0..4} A075513(5, m)*((m+1)*6)^n/4!.
G.f.: 1/Product_{k=1..5} (1 - 6*k*x).
E.g.f.: (d^5/dx^5)(((exp(6*x)-1)/6)^5)/5! = (exp(6*x) - 64*exp(12*x) + 486*exp(18*x) - 1024*exp(24*x) + 625*exp(30*x))/4!.
CROSSREFS
Sequence in context: A369144 A111599 A111783 * A076010 A287021 A289308
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Oct 02 2002
STATUS
approved