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!)
A330445 Expansion of e.g.f.: Sum_{k>=1} log(1 + (exp(x) - 1)^k)/k. 2
0, 1, 1, 5, 19, 89, 691, 7265, 74299, 722489, 8224291, 130439825, 2456898379, 45287950889, 781106871091, 13479917085185, 268959501687259, 6688186010251289, 187628967639969091, 5285049770439071345, 144061583071243096939 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: log(Product_{k>=1} (1 + (exp(x) - 1)^k)^(1/k)).
Conjecture: a(n) ~ (n-1)! / (log(2))^(n-1).
MATHEMATICA
nmax = 20; CoefficientList[Series[Sum[Log[1 + (Exp[x] - 1)^k]/k, {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
nmax = 20; CoefficientList[Series[Log[Product[(1 + (Exp[x] - 1)^k)^(1/k), {k, 1, nmax}]], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Cf. A330351.
Sequence in context: A110210 A244899 A147139 * A149805 A149806 A149807
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 15 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)