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

A052629
Expansion of e.g.f. (1-x)/(1-5x+3x^2).
0
1, 4, 34, 438, 7536, 162120, 4185360, 126060480, 4339278720, 168038478720, 7230318681600, 342214829510400, 17669683572710400, 988372892015308800, 59538455210371737600, 3842709218808235776000, 264549049753191211008000
OFFSET
0,2
LINKS
FORMULA
E.g.f.: -(-1+x)/(1-5*x+3*x^2).
Recurrence: a(0)=1, a(1)=4, (3*n^2+9*n+6)*a(n) +(-10-5*n)*a(n+1) +a(n+2)=0.
Sum(-1/13*(-3+_alpha)*_alpha^(-1-n), _alpha=RootOf(1-5*_Z+3*_Z^2))*n!
a(n) = n!*A018902(n). - R. J. Mathar, Jun 03 2022
MAPLE
spec := [S, {S=Sequence(Union(Z, Z, Z, Prod(Z, Sequence(Z))))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
CROSSREFS
Cf. A018902.
Sequence in context: A338163 A052630 A071213 * A151919 A277637 A218674
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved