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!)
A365032 E.g.f. satisfies A(x) = exp(x * A(x) * (1 + x * A(x))^3). 1
1, 1, 9, 106, 1949, 47376, 1443757, 53003392, 2278044729, 112267072000, 6242682602321, 386708915902464, 26411820455554261, 1971959747016534016, 159794005364013403125, 13967707431203856449536, 1310083060716906045342833, 131245686122586065682628608 (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(3*k,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (n+1)^(k-1)*binomial(3*k, n-k)/k!);
CROSSREFS
Cf. A364940.
Sequence in context: A357295 A367789 A316145 * A039619 A374071 A249048
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 17 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 00:08 EDT 2024. Contains 375146 sequences. (Running on oeis4.)