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!)
A362694 E.g.f. satisfies A(x) = exp(x + x * A(x)^2). 7
1, 2, 12, 152, 2960, 78112, 2607808, 105432448, 5008584960, 273482293760, 16878251101184, 1161918967060480, 88277165100666880, 7337286679766179840, 662287143981044121600, 64516370031367063175168, 6746443728505612426870784, 753763691778003738319519744 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: sqrt( -LambertW(-2*x*exp(2*x)) / (2*x) ) = exp( x - LambertW(-2*x*exp(2*x))/2 ).
a(n) = Sum_{k=0..n} (2*k+1)^(n-1) * binomial(n,k) = 2^n * A202617(n).
a(n) ~ sqrt(1 + 1/LambertW(exp(-1))) * 2^(n-1) * n^(n-1) / (exp(n) * LambertW(exp(-1))^n). - Vaclav Kotesovec, Nov 10 2023
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(-2*x*exp(2*x))/2)))
CROSSREFS
Sequence in context: A126777 A126345 A229558 * A208582 A000795 A085628
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 01 2023
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 May 9 07:44 EDT 2024. Contains 372346 sequences. (Running on oeis4.)