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!)
A330198 Expansion of e.g.f. Product_{k>=1} 1 / (2 - exp(x^k)). 0
1, 1, 5, 25, 195, 1521, 16713, 179425, 2432139, 33902149, 546239793, 9158893173, 173742256251, 3402217292137, 73413011744985, 1653326843775193, 40118677865954475, 1014971456865241197, 27429061245764539521, 770776923753566642365, 22928146838491708702395 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: A(x) = Product_{k>=1} B(x^k), where B(x) = e.g.f. of Fubini numbers (A000670).
E.g.f.: Product_{j>=1} 1 / (1 - Sum_{i>=1} x^(i*j) / i!).
E.g.f.: exp(Sum_{k>=1} Sum_{d|k} (exp(x^(k/d)) - 1)^d / d).
a(n) ~ n! * c / (2 * (log(2))^(n+1)), where c = Product_{k>=2} (1/(2 - exp(log(2)^k)) = 10.38787833857244631... - Vaclav Kotesovec, Dec 11 2019
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(2 - Exp[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 20; CoefficientList[Series[Exp[Sum[Sum[(Exp[x^(k/d)] - 1)^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A096245 A294363 A294213 * A346269 A337041 A254335
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 05 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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)