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!)
A320350 Expansion of e.g.f. Product_{k>=1} (1 + log(1/(1 - x))^k). 5
1, 1, 3, 20, 148, 1384, 15728, 207696, 3094152, 51423288, 945943512, 19083180192, 418550811600, 9907493349168, 251588827187280, 6820899616891008, 196645361557479552, 6007407711127690752, 193842462200078260224, 6586904673329133618432, 235079477736802622742528, 8790132360155070084076800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} |Stirling1(n,k)|*A000009(k)*k!.
From Vaclav Kotesovec, Oct 13 2018: (Start)
a(n) ~ n! * exp(n + Pi*sqrt(n/(3*(exp(1) - 1))) + Pi^2/(24*(exp(1) - 1))) / (4 * 3^(1/4) * n^(3/4) * (exp(1) - 1)^(n + 1/4)).
a(n) ~ sqrt(Pi) * exp(Pi*sqrt(n/(3*(exp(1) - 1))) + Pi^2/(24*(exp(1) - 1))) * n^(n - 1/4) / (2^(3/2) * 3^(1/4) * (exp(1) - 1)^(n + 1/4)).
(End)
MAPLE
seq(n!*coeff(series(mul((1 + log(1/(1 - x))^k), k=1..100), x=0, 22), x, n), n=0..21); # Paolo P. Lava, Jan 09 2019
MATHEMATICA
nmax = 21; CoefficientList[Series[Product[(1 + Log[1/(1 - x)]^k), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[Abs[StirlingS1[n, k]] PartitionsQ[k] k!, {k, 0, n}], {n, 0, 21}]
CROSSREFS
Sequence in context: A074569 A026303 A154627 * A354495 A336283 A091172
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 11 2018
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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)