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!)
A317104 Expansion of e.g.f. -LambertW(-x) * Product_{k>=1} (1+x^k). 1
0, 1, 4, 21, 172, 1605, 19206, 275611, 4653160, 91082025, 2040433930, 51423366951, 1440390172860, 44391110385661, 1491847772350222, 54276959307240195, 2124662283059851216, 89017250958419937873, 3973938501512332468242, 188293439203215046203583 (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 = QPochhammer(-1, exp(-1))/2 = 1.67792868498935419743907236983684684... - Vaclav Kotesovec, Jul 21 2018
MATHEMATICA
nmax = 20; CoefficientList[Series[-LambertW[-x]*Product[1+x^k, {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
Table[n!*Sum[PartitionsQ[n-k]*k^(k-1)/k!, {k, 1, n}], {n, 0, 20}]
CROSSREFS
Sequence in context: A008858 A217484 A078670 * A163948 A278993 A306067
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)