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!)
A351739 Expansion of e.g.f. 1/(1 + log(1-x))^x. 3
1, 0, 2, 6, 40, 295, 2688, 28588, 348864, 4802922, 73652110, 1245046836, 23003289912, 461188427544, 9972307487660, 231341792369010, 5731422576446208, 151032969213699536, 4218265874407103640, 124471244064061267032, 3869361472890037713560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} A052809(k) * binomial(n-1,k-1) * a(n-k).
a(n) ~ n! * exp(n) / (Gamma(1 - 1/exp(1)) * n^(1/exp(1)) * (exp(1) - 1)^(n + 1 - 1/exp(1))). - Vaclav Kotesovec, Jun 04 2022
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1+log(1-x))^x))
CROSSREFS
Sequence in context: A333631 A337071 A354313 * A098854 A056787 A098852
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 20 2022
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)