The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A363479 E.g.f. satisfies A(x) = exp(x * A(x)^3 * (1 + x * A(x)^3)). 2
1, 1, 9, 160, 4381, 162816, 7663669, 437164288, 29317265625, 2260685099008, 197088986941921, 19170218777296896, 2058199476739788661, 241779221463040000000, 30847476924400409437389, 4247859315849037948911616, 627960846411135123552180529 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (3*n+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (3*n+1)^(k-1)*binomial(k, n-k)/k!);
CROSSREFS
Cf. A361094.
Sequence in context: A060348 A365016 A367163 * A217392 A327978 A062232
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 May 13 12:32 EDT 2024. Contains 372519 sequences. (Running on oeis4.)