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!)
A052727 A simple context-free grammar in a labeled universe. 1
0, 1, 4, 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
E.g.f.: 1/2-1/2*(1-4*x-4*x^2)^(1/2)
Recurrence: {a(1)=1, a(2)=4, (-4*n^2+4)*a(n) +(-4*n-2)*a(n+1) +a(n+2) =0.
a(n) ~ sqrt(2-sqrt(2))* ((1+sqrt(2))/exp(1))^n * (2*n)^(n-1). - Vaclav Kotesovec, Sep 30 2013
a(n) = n!*A025227(n). - R. J. Mathar, Oct 18 2013
MAPLE
spec := [S, {B=Prod(S, S), S=Union(B, Z, C), C=Prod(Z, Z)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[1/2-1/2*(1-4*x-4*x^2)^(1/2), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Sep 30 2013 *)
CROSSREFS
Sequence in context: A101228 A009104 A255440 * A219118 A005756 A206239
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 August 24 15:30 EDT 2024. Contains 375417 sequences. (Running on oeis4.)