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!)
A364987 E.g.f. satisfies A(x) = 1 + x*exp(x)*A(x)^4. 6
1, 1, 10, 183, 5140, 196005, 9468486, 554425963, 38171336680, 3022130473065, 270537702834250, 27021535857472431, 2979254055371578524, 359411244032212931533, 47093111659782104431438, 6660135357832421444841555, 1011181346455643980818939856 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} k^(n-k) * binomial(4*k+1,k)/( (4*k+1)*(n-k)! ) = n! * Sum_{k=0..n} k^(n-k) * A002293(k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(4*k, k)/((3*k+1)*(n-k)!));
CROSSREFS
Sequence in context: A240405 A304936 A239764 * A179521 A211102 A121973
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 July 12 02:32 EDT 2024. Contains 374237 sequences. (Running on oeis4.)