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!)
A345757 E.g.f.: Product_{k>=1} (1 + (exp(x) - 1)^k)^(1/k!). 2
1, 1, 2, 8, 34, 137, 614, 3754, 25449, 82747, -1523792, -34833005, -335209288, 194665837, 59685834069, 715582325511, -10186972407657, -584687267399246, -10975484551366964, 8845584310341044, 8145484883568515927, 330326712925212377392, 7816903733527799885488 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Stirling transform of A298906.
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Stirling Transform
FORMULA
E.g.f.: exp( Sum_{k>=1} (-1)^(k+1) * (exp((exp(x) - 1)^k) - 1)/k ).
a(n) = Sum_{k=0..n} Stirling2(n,k) * A298906(k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(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, (-1)^(k+1)*(exp((exp(x)-1)^k)-1)/k))))
CROSSREFS
Sequence in context: A111643 A000163 A117616 * A369836 A228655 A192402
KEYWORD
sign
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 March 29 06:44 EDT 2024. Contains 371265 sequences. (Running on oeis4.)