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!)
A365176 E.g.f. satisfies A(x) = 1 + x*A(x)^4*exp(x*A(x)^2). 2
1, 1, 10, 195, 5836, 236925, 12177966, 758458603, 55528414264, 4674208189977, 444823048027450, 47227542351423951, 5534636939373353604, 709653811287800826421, 98825110036657191358822, 14853654178825132742729715, 2396666529204491489278153456 (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+2*k+1,k)/( (2*n+2*k+1)*(n-k)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(2*n+2*k+1, k)/((2*n+2*k+1)*(n-k)!));
CROSSREFS
Sequence in context: A187652 A361311 A007816 * A126463 A239766 A294047
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 July 12 02:49 EDT 2024. Contains 374237 sequences. (Running on oeis4.)