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!)
A347005 E.g.f.: Product_{k>=1} 1 / (1 - exp(x) * x^k / k!). 1
1, 1, 5, 28, 205, 1856, 19964, 249005, 3535613, 56339884, 996009280, 19350090365, 409850078356, 9400728524669, 232154433941057, 6141705628777193, 173295665869432733, 5195039603196754564, 164890990869273983108, 5524278740902526776085, 194815729875439415542760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( Sum_{k>=1} ( Sum_{d|k} exp(d*x) / (d * ((k/d)!)^d) ) * x^k ).
E.g.f.: Product_{k>=1} 1 / (1 - Sum_{j>=k} binomial(j,k) * x^j / j!).
a(n) ~ c * n! / ((1 + LambertW(1)) * LambertW(1)^n), where c = Product_{k>=2} (1/(1 - LambertW(1)^(k-1)/k!)) = 1.487589725380080111479849424209442083... - Vaclav Kotesovec, Aug 10 2021
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1 - Exp[x] x^k/k!), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A356409 A332711 A292426 * A356025 A367272 A317968
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 10 2021
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)