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!)
A052630 E.g.f. 1/(1-4x-x^2). 0
1, 4, 34, 432, 7320, 155040, 3940560, 116847360, 3959786880, 150965337600, 6394994323200, 297985937356800, 15147464243788800, 834153946904678400, 49469459519031552000, 3143339899991875584000, 213046423884047609856000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: -1/(-1+4*x+x^2)
Recurrence: {a(0)=1, a(1)=4, (-2-n^2-3*n)*a(n)+(-4*n-8)*a(n+1)+a(n+2)=0}
Sum(1/10*(2+_alpha)*_alpha^(-1-n), _alpha=RootOf(-1+4*_Z+_Z^2))*n!
a(n)=n!*A001076(n+1). - R. J. Mathar, Jun 03 2022
MAPLE
spec := [S, {S=Sequence(Union(Z, Z, Z, Z, Prod(Z, Z)))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
CROSSREFS
Sequence in context: A145349 A309170 A338163 * A071213 A052629 A151919
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 April 25 16:42 EDT 2024. Contains 371989 sequences. (Running on oeis4.)