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!)
A364983 E.g.f. satisfies A(x) = 1 + x*exp(x)*A(x)^3. 5
1, 1, 8, 111, 2332, 66125, 2368086, 102616759, 5222638856, 305436798009, 20186656927210, 1488021110087171, 121044207712073196, 10771321471267219525, 1040877104088653696606, 108549742436141933697135, 12151467262433697322437136, 1453367472748861203540942065 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} k^(n-k) * binomial(3*k+1,k)/( (3*k+1)*(n-k)! ) = n! * Sum_{k=0..n} k^(n-k) * A001764(k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(3*k, k)/((2*k+1)*(n-k)!));
CROSSREFS
Sequence in context: A144813 A079660 A131621 * A239754 A003721 A281951
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 August 6 22:31 EDT 2024. Contains 374998 sequences. (Running on oeis4.)