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!)
A326886 E.g.f.: Product_{k>=1} (1 + k*(exp(x)-1)^k) / (1 - k*(exp(x)-1)^k). 1
1, 2, 14, 134, 1574, 22262, 370694, 7008374, 147805574, 3447703862, 88047037574, 2438080410614, 72703788119174, 2321967591003062, 79030014919422854, 2854499200663284854, 109018338380110506374, 4388176453133542327862, 185612789014681549094534 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} A265758(k)*Stirling2(n,k)*k!.
a(n) ~ c * 2 * (3^(2/3) + 2) * n! / (3*(3^(2/3) - 2) * (3^(1/3) - 1) * log(1 + 3^(-1/3))^(n+1)), where c = Product_{k>=4} (1 + k/3^(k/3)) / (1 - k/3^(k/3)) = 153073.83255100475812062139772279157814388739...
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1+k*(Exp[x]-1)^k)/(1-k*(Exp[x]-1)^k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A073553 A144097 A306081 * A111424 A317356 A336182
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 31 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 24 13:49 EDT 2024. Contains 371958 sequences. (Running on oeis4.)