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!)
A317103 Expansion of e.g.f. -LambertW(-x) * Product_{k>=1} 1/(1-x^k). 1
0, 1, 4, 27, 220, 2265, 27246, 393421, 6548536, 126257697, 2767122010, 68387691141, 1882488882660, 57198150690577, 1900138953826582, 68502961685976525, 2662089147552365296, 110887849449189768513, 4926985461324765096498, 232544882903837769171829 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function
FORMULA
a(n) ~ c * n^(n-1), where c = 1/QPochhammer(exp(-1)) = 1.98244090741287370368568246556131... - Vaclav Kotesovec, Jul 21 2018
MATHEMATICA
nmax = 20; CoefficientList[Series[-LambertW[-x]*Product[1/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
Table[n!*Sum[PartitionsP[n-k]*k^(k-1)/k!, {k, 1, n}], {n, 0, 20}]
CROSSREFS
Sequence in context: A319518 A304045 A365753 * A341962 A354588 A276029
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 21 2018
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)