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!)
A308863 Expansion of e.g.f. (1 + LambertW(-x))/(1 + 2*LambertW(-x)). 1
1, 1, 6, 57, 736, 11985, 235296, 5403937, 142073856, 4206560769, 138483596800, 5017244970441, 198363105460224, 8498001799768273, 392127481640165376, 19388814120804416625, 1022681739669784231936, 57317273018414456262273, 3401527253966521309200384 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: 1 / (1 - Sum_{k>=1} k^k*x^k/k!).
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * k^k * a(n-k).
a(n) ~ sqrt(Pi) * 2^(n - 3/2) * n^(n + 1/2) / exp(n/2). - Vaclav Kotesovec, Jun 29 2019
MATHEMATICA
nmax = 18; CoefficientList[Series[(1 + LambertW[-x])/(1 + 2 LambertW[-x]), {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k] k^k a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 18}]
CROSSREFS
Sequence in context: A087659 A369071 A107718 * A000406 A305276 A032119
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 29 2019
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)