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!)
A364986 E.g.f. satisfies A(x) = 1 + x*A(x)^3*exp(x*A(x)^3). 5
1, 1, 8, 129, 3196, 107465, 4575966, 236120059, 14322901832, 998966928897, 78770826493210, 6929685905371691, 672900446143476156, 71491442785783506577, 8249400210035835040022, 1027394346436911560475915, 137360293432089585554830096 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!/(3*n+1)) * Sum_{k=0..n} k^(n-k) * binomial(3*n+1,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(3*n+1, k)/(n-k)!)/(3*n+1);
CROSSREFS
Cf. A002293.
Sequence in context: A041112 A348207 A356914 * A338328 A073701 A239756
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 30 23:49 EDT 2024. Contains 374771 sequences. (Running on oeis4.)