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!)
A328488 Expansion of e.g.f. 1 / (2 - exp(x * exp(x))). 0
1, 1, 5, 34, 307, 3456, 46659, 734882, 13227995, 267871036, 6027206803, 149176155030, 4027831914099, 117816299188472, 3711283196035523, 125258162280991858, 4509378597919760779, 172486973301491042964, 6985853719202139488211, 298650859698906574479278 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * A000248(k) * a(n-k).
a(n) ~ n! / (2*log(2) * (1 + LambertW(log(2))) * LambertW(log(2))^n). - Vaclav Kotesovec, Oct 17 2019
MATHEMATICA
nmax = 19; CoefficientList[Series[1/(2 - Exp[x Exp[x]]), {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A330649 A121323 A362912 * A258179 A068475 A097817
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 16 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 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)