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!)
A362283 Expansion of e.g.f. exp( sqrt(-LambertW(-x^2)) ). 2
1, 1, 1, 4, 13, 106, 601, 7456, 60649, 1012348, 10748161, 225641296, 2957978101, 74847384184, 1168123938073, 34598428916416, 626497273410961, 21261683280971536, 438222313050326209, 16765636110497697088, 387549609831150094621, 16502188154766906299296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/2)} A034940(k) * binomial(n-1,2*k) * a(n-2*k-1).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(sqrt(-lambertw(-x^2)))))
CROSSREFS
Sequence in context: A290392 A261785 A331013 * A276912 A045886 A015460
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 14 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 August 19 02:21 EDT 2024. Contains 375284 sequences. (Running on oeis4.)