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

A055613
n!*LaguerreL(n,4,-8).
0
1, 13, 190, 3074, 54416, 1044368, 21571744, 476631520, 11208026752, 279276149888, 7346221516544, 203326649061632, 5904306166927360, 179420611556478976, 5692552187811733504
OFFSET
0,2
FORMULA
E.g.f. exp(8*x/(1-x))/((1-x)^5).
a(n) ~ n^(n+9/4)*exp(-n+4*sqrt(2*n)-4)/(128*2^(1/4)) * (1 + 1027/(96*sqrt(2*n))). - Vaclav Kotesovec, Jun 22 2013
MATHEMATICA
Table[n!*LaguerreL[n, 4, -8], {n, 0, 20}] (* Vaclav Kotesovec, Jun 22 2013 *)
CROSSREFS
Sequence in context: A377771 A094736 A318595 * A123808 A103731 A331495
KEYWORD
nonn
AUTHOR
Karol A. Penson, Apr 22 2002
STATUS
approved