The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052573 (1+3^n)*n!. 0
2, 4, 20, 168, 1968, 29280, 525600, 11027520, 264579840, 7142929920, 214280640000, 7071181286400, 254561568307200, 9927888709939200, 416971151460864000, 18763699200390144000, 900657519773147136000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
E.g.f.: -2*(-1+2*x)/(-1+x)/(-1+3*x)
D-finite Recurrence: {a(1)=4, a(0)=2, (3*n^2+9*n+6)*a(n)+(-4*n-8)*a(n+1)+a(n+2)=0}
(1+3^n)*n!
MAPLE
spec := [S, {S=Union(Sequence(Z), Sequence(Union(Z, Z, Z)))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[-2(-1+2x)/(-1+x)/(-1+3x), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 04 2021 *)
CROSSREFS
Sequence in context: A102087 A372234 A357671 * A110371 A120388 A061348
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)