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!)
A345750 E.g.f.: Product_{k>=1} (1 + (exp(x) - 1)^k)^(1/k). 2
1, 1, 2, 9, 49, 310, 2521, 25557, 290550, 3555041, 48104901, 741103946, 12825399313, 240202011881, 4747281446090, 98808864563065, 2194031697420057, 52582450760730398, 1357237338948268649 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Stirling transform of A168243.
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Stirling Transform
FORMULA
E.g.f.: exp( Sum_{k>=1} A048272(k) * (exp(x) - 1)^k / k ).
a(n) = Sum_{k=0..n} Stirling2(n,k) * A168243(k).
MATHEMATICA
max = 18; Range[0, max]! * CoefficientList[Series[Product[(1 + (Exp[x] - 1)^k)^(1/k), {k, 1, max}], {x, 0, max}], x] (* Amiram Eldar, Jun 26 2021 *)
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(prod(k=1, N, (1+(exp(x)-1)^k)^(1/k))))
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=1, N, -sumdiv(k, d, (-1)^d)*(exp(x)-1)^k/k))))
CROSSREFS
Sequence in context: A360103 A370345 A000167 * A241785 A361447 A357294
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 26 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 September 5 17:16 EDT 2024. Contains 375700 sequences. (Running on oeis4.)