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!)
A052739 E.g.f. (1-sqrt(1-4x-4x^2))/2 -x*(1+x). 0
0, 0, 2, 24, 288, 4800, 103680, 2741760, 85800960, 3100446720, 127037030400, 5819550105600, 294727768473600, 16350861400473600, 986127353590579200, 64238655955009536000, 4495021381191204864000, 336249161369543245824000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
D-finite with recurrence: a(1)=0; a(2)=2; a(3)=24; a(4)=288; (-4*n^2+4)*a(n) +(-4*n-2)*a(n+1) +a(n+2)=0.
a(n) = A052727(n), n>2.- R. J. Mathar, Jan 26 2020
MAPLE
spec := [S, {B=Prod(Z, Z), S=Prod(C, C), C=Union(B, S, Z)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[(1-Sqrt[1-4x-4x^2])/2-x(1+x), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jun 19 2018 *)
CROSSREFS
Sequence in context: A230129 A355951 A065101 * A135389 A336310 A065513
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)