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!)
A370936 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - log(1+2*x)/2) ). 1
1, 1, 2, 8, 48, 384, 3872, 47088, 671360, 10985088, 202927872, 4178030592, 94874787840, 2355758714880, 63498696376320, 1846607063998464, 57630620308930560, 1921296165774950400, 68145277700464312320, 2562234152415762972672, 101801592691389968154624 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)!) * Sum_{k=0..n} 2^(n-k) * (n+k)! * Stirling1(n,k).
a(n) ~ 2^(2*n + 1) * LambertW(exp(-1))^n * n^(n-1) / (sqrt(1 + LambertW(exp(-1))) * exp(n) * (1 - LambertW(exp(-1)))^(2*n + 1)). - Vaclav Kotesovec, Mar 06 2024
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-log(1+2*x)/2))/x))
(PARI) a(n) = sum(k=0, n, 2^(n-k)*(n+k)!*stirling(n, k, 1))/(n+1)!;
CROSSREFS
Sequence in context: A000165 A241122 A370677 * A109664 A009812 A232005
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 06 2024
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 30 00:54 EDT 2024. Contains 372115 sequences. (Running on oeis4.)