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!)
A364942 E.g.f. satisfies A(x) = exp( x*A(x)^2 / (1 - x*A(x))^3 ). 3
1, 1, 11, 193, 5037, 176221, 7755433, 411995529, 25665442841, 1835264297881, 148192928581581, 13338664928207389, 1324344628799752981, 143792046846092303829, 16949599953405295395521, 2155710634160924802161041, 294250014166281073851809457 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (n+k+1)^(k-1) * binomial(n+2*k-1,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (n+k+1)^(k-1)*binomial(n+2*k-1, n-k)/k!);
CROSSREFS
Sequence in context: A258295 A213691 A112127 * A142996 A201185 A345342
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 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 17 06:36 EDT 2024. Contains 375200 sequences. (Running on oeis4.)