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!)
A052764 E.g.f.: -1/4*LambertW(-4*x). 4
0, 1, 8, 144, 4096, 160000, 7962624, 481890304, 34359738368, 2821109907456, 262144000000000, 27197360938418176, 3116402981210161152, 390877006486250192896, 53265296773103187132416, 7836416409600000000000000, 1237940039285380274899124224, 208998227690370098316628197376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Previous name was: A simple grammar.
LINKS
FORMULA
E.g.f.: -1/4*LambertW(-4*x).
For n>0, a(n) = 2^(2*n-2)*n^(n-1). - Vaclav Kotesovec, Sep 30 2013
a(n) = [x^n] x/(1 - 4*n*x). - Ilya Gutkovskiy, Oct 12 2017
MAPLE
spec := [S, {B=Set(S), S=Prod(Z, B, B, B, B)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[-1/4*LambertW[-4*x], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Sep 30 2013 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace((-1/4)*lambertw(-4*x)))) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A067421 A124059 A275867 * A341957 A024284 A024285
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
New name using e.g.f. by Vaclav Kotesovec, Sep 30 2013
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 May 2 17:46 EDT 2024. Contains 372203 sequences. (Running on oeis4.)