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!)
A364985 E.g.f. satisfies A(x) = 1 + x*A(x)^3*exp(x*A(x)^2). 3
1, 1, 8, 123, 2884, 91445, 3664926, 177796759, 10132646840, 663644108169, 49123993335130, 4055804550134051, 369544757016476196, 36834870020525413213, 3987179241476814768854, 465777171342934543710255, 58407238852473276959363056, 7825395596421876706944643985 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} k^(n-k) * binomial(2*n+k+1,k)/( (2*n+k+1)*(n-k)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(2*n+k+1, k)/((2*n+k+1)*(n-k)!));
CROSSREFS
Cf. A003168.
Sequence in context: A195247 A239755 A264408 * A120957 A302356 A367122
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 15 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 2 15:37 EDT 2024. Contains 372197 sequences. (Running on oeis4.)