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!)
A052666 E.g.f. 1/(1-x-3x^2). 0
1, 1, 8, 42, 456, 4800, 69840, 1093680, 20482560, 420577920, 9736070400, 245887488000, 6806133734400, 203555082931200, 6565920180019200, 226728504946944000, 8355118608764928000, 327047476385710080000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: -1/(-1+x+3*x^2)
Recurrence: {a(1)=1, a(0)=1, (-3*n^2-9*n-6)*a(n)+(-2-n)*a(n+1)+a(n+2)=0}
Sum(1/13*(1+6*_alpha)*_alpha^(-1-n), _alpha=RootOf(-1+_Z+3*_Z^2))*n!
a(n) = n!*A006130(n). - R. J. Mathar, Nov 27 2011
MAPLE
spec := [S, {S=Sequence(Union(Z, Prod(Z, Union(Z, Z, Z))))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
CROSSREFS
Sequence in context: A316283 A236328 A284337 * A065789 A025064 A241695
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)