login
A052619
Expansion of e.g.f. 3*x^3/(1-x).
0
0, 0, 0, 18, 72, 360, 2160, 15120, 120960, 1088640, 10886400, 119750400, 1437004800, 18681062400, 261534873600, 3923023104000, 62768369664000, 1067062284288000, 19207121117184000, 364935301226496000, 7298706024529920000, 153272826515128320000, 3372002183332823040000
OFFSET
0,4
FORMULA
E.g.f.: -3*x^3/(-1+x).
Recurrence: {a(0)=0, a(1)=0, a(2)=0, a(3)=18, (-1-n)*a(n)+a(n+1)=0}
a(n) = 3*n!, n>2.
E.g.f.: G(0)*3*x^3 where G(k) = 1 + x/(1 - x/(x + 1/G(k+1))); (continued fraction, 3rd kind, 3-step). - Sergei N. Gladkovskii, Jul 28 2012
MAPLE
spec := [S, {S=Prod(Z, Z, Sequence(Z), Union(Z, Z, Z))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=30}, CoefficientList[Series[3 x^3/(1-x), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Nov 15 2025 *)
CROSSREFS
Sequence in context: A069058 A262000 A007276 * A110753 A154670 A394757
KEYWORD
easy,nonn
EXTENSIONS
More terms from Michel Marcus, Oct 22 2025
STATUS
approved