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!)
A363354 E.g.f. satisfies A(x) = exp(x * (1 + x * A(x)^3)). 4
1, 1, 3, 25, 277, 4221, 81421, 1891429, 51638217, 1618907257, 57332786041, 2264047223241, 98641443498973, 4700569138096885, 243213757144477029, 13579261873673960941, 813757288951509415441, 52098716516012891238129, 3548972379593741013388657 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp( x - LambertW(-3*x^2*exp(3*x))/3 ).
a(n) = n! * Sum_{k=0..n} (3*n-3*k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(-3*x^2*exp(3*x))/3)))
CROSSREFS
Cf. A212917.
Sequence in context: A126746 A118989 A229162 * A347255 A292111 A123989
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 17 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 1 08:06 EDT 2024. Contains 372149 sequences. (Running on oeis4.)