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!)
A052871 E.g.f.: -LambertW(x/(-1+x)). 6
0, 1, 4, 27, 268, 3585, 60846, 1255471, 30535912, 855688833, 27148954330, 962037575631, 37659124454700, 1613921425656865, 75156944627712598, 3778932799275876495, 204039148080188427856, 11774630933193827543553 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Previous name was: A simple grammar.
LINKS
FORMULA
E.g.f.: -LambertW(x/(-1+x))
a(n) = Sum_{k=1..n} (n!/k!)*binomial(n-1, k-1)*k^(k-1). - Vladeta Jovovic, Sep 17 2003
a(n) ~ (1+exp(-1))^(n+1/2)*n^(n-1). - Vaclav Kotesovec, Sep 30 2013
MAPLE
spec := [S, {C=Sequence(Z, 1 <= card), B=Set(S), S=Prod(B, C)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[-LambertW[x/(-1+x)], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Sep 30 2013 *)
PROG
(Maxima) makelist(sum((n!/k!)*binomial(n-1, k-1)*k^(k-1), k, 1, n), n, 0, 17); /* Bruno Berselli, May 25 2011 */
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(- lambertw(x/(-1+x))) )) \\ G. C. Greubel, Nov 08 2017
CROSSREFS
Sequence in context: A353233 A265270 A161633 * A104653 A194787 A020558
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
New name using e.g.f., 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 July 13 21:44 EDT 2024. Contains 374288 sequences. (Running on oeis4.)