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!)
A364940 E.g.f. satisfies A(x) = exp( x*A(x) / (1 - x*A(x))^3 ). 3
1, 1, 9, 124, 2525, 68616, 2338357, 96004672, 4616135001, 254542038400, 15839013320801, 1098078537291264, 83940831427695541, 7014958697801657344, 636298582947212386125, 62261039244978489081856, 6537251350698278868150833, 733159568772947522820538368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (n+1)^(k-1) * binomial(n+2*k-1,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (n+1)^(k-1)*binomial(n+2*k-1, n-k)/k!);
CROSSREFS
Sequence in context: A209504 A320529 A280896 * A138438 A320646 A241709
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 14 02:14 EDT 2024. Contains 375146 sequences. (Running on oeis4.)