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!)
A347019 E.g.f.: 1 / (1 + 6 * log(1 - x))^(1/6). 3
1, 1, 8, 114, 2358, 64074, 2157828, 86714592, 4049302404, 215458069428, 12867377875632, 852254389954296, 61998666080311800, 4914000741835488744, 421488717980664846960, 38897664480760253351904, 3843081247426270376211216, 404727487161912602921083536 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In general, for k >= 1, if e.g.f. = 1 / (1 + k*log(1 - x))^(1/k), then a(n) ~ n! * exp(n/k) / (Gamma(1/k) * k^(1/k) * n^(1 - 1/k) * (exp(1/k) - 1)^(n + 1/k)). - Vaclav Kotesovec, Aug 14 2021
LINKS
FORMULA
a(n) = Sum_{k=0..n} |Stirling1(n,k)| * A008542(k).
a(n) ~ n! * exp(n/6) / (Gamma(1/6) * 6^(1/6) * n^(5/6) * (exp(1/6) - 1)^(n + 1/6)). - Vaclav Kotesovec, Aug 14 2021
MATHEMATICA
nmax = 17; CoefficientList[Series[1/(1 + 6 Log[1 - x])^(1/6), {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[Abs[StirlingS1[n, k]] 6^k Pochhammer[1/6, k], {k, 0, n}], {n, 0, 17}]
CROSSREFS
Sequence in context: A222520 A220635 A113670 * A156468 A293992 A220575
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 11 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 15 08:55 EDT 2024. Contains 375932 sequences. (Running on oeis4.)