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!)
A345756 E.g.f.: Product_{k>=1} 1/(1 - (exp(x) - 1)^k)^(1/k!). 2
1, 1, 4, 20, 132, 1057, 10036, 110168, 1369395, 19009207, 291638340, 4898978911, 89387432140, 1760380295559, 37222139393757, 841009071062929, 20219172890524757, 515336552717107810, 13879978696592456136, 393920374851547833518, 11749388855614114735431 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Stirling transform of A209902.
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Stirling Transform
FORMULA
E.g.f.: exp( Sum_{k>=1} (exp((exp(x) - 1)^k) - 1)/k ).
a(n) = Sum_{k=0..n} Stirling2(n,k) * A209902(k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(1/prod(k=1, N, (1-(exp(x)-1)^k)^(1/k!))))
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=1, N, (exp((exp(x)-1)^k)-1)/k))))
CROSSREFS
Sequence in context: A208735 A367887 A038173 * A172110 A333371 A251179
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 14 06:05 EDT 2024. Contains 375911 sequences. (Running on oeis4.)