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!)
A345751 E.g.f.: Product_{k>=1} (1 - (exp(x) - 1)^k)^(1/k). 4
1, -1, -2, -3, -3, 40, 477, 4375, 45154, 486817, 5002397, 54970652, 732601449, 10046371231, 113632306694, 1051655108629, 12585372336141, 202763995934160, -863641466773595, -247388278229558697, -10810815349601723990, -311011007642247422759 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Stirling transform of A028343.
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Stirling Transform
FORMULA
E.g.f.: exp( -Sum_{k>=1} d(k) * (exp(x) - 1)^k / k ), where d(n) is the number of divisors of n.
a(n) = Sum_{k=0..n} Stirling2(n,k) * A028343(k).
MATHEMATICA
max = 21; 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=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, numdiv(k)*(exp(x)-1)^k/k))))
CROSSREFS
Sequence in context: A100650 A096502 A101462 * A242786 A214219 A365223
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 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)