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!)
A052726 E.g.f. (1-sqrt(1-4*x-4*x^2))/ (2*(1+x)). 0
0, 1, 2, 18, 216, 3720, 81360, 2172240, 68423040, 2484639360, 102190636800, 4695453100800, 238382331264000, 13251891094041600, 800600878273996800, 52229642780899584000, 3659347096696811520000, 274040260725697449984000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
D-finite with recurrence: {a(1)=1, a(0)=0, a(2)=2, (-4*n^3-12*n^2-8*n)*a(n) +(-22*n-12-8*n^2)*a(n+1) +(-3*n-3)*a(n+2) +a(n+3) =0.
a(n) = n!*A052709(n). - R. J. Mathar, Oct 18 2013
MAPLE
spec := [S, {B=Prod(Z, C), S=Union(B, Z, C), C=Prod(S, S)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[(1-Sqrt[1-4x-4x^2])/(2(1+x)), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 15 2020 *)
CROSSREFS
Sequence in context: A121407 A369027 A153647 * A217239 A279045 A155666
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)