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!)
A372201 E.g.f. A(x) satisfies A(x) = exp( 3 * x / (1 - x * A(x)^(1/3))^3 ). 2
1, 3, 27, 351, 6309, 145143, 4083669, 136159299, 5256248265, 230783968395, 11364265672929, 620524946670687, 37222254648712989, 2433741005377774719, 172301622840992025117, 13133140607475128862747, 1072406955985984437773841, 93406430850089038192704915 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: A(x) = B(x)^3 where B(x) is the e.g.f. of A364938.
If e.g.f. satisfies A(x) = exp( r*x*A(x)^(t/r) / (1 - x*A(x)^(u/r))^s ), then a(n) = r * n! * Sum_{k=0..n} (t*k+u*(n-k)+r)^(k-1) * binomial(n+(s-1)*k-1,n-k)/k!.
PROG
(PARI) a(n, r=3, s=3, t=0, u=1) = r*n!*sum(k=0, n, (t*k+u*(n-k)+r)^(k-1)*binomial(n+(s-1)*k-1, n-k)/k!);
CROSSREFS
Cf. A364938.
Sequence in context: A168593 A364431 A328182 * A370288 A157089 A365794
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 21 2024
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 September 17 09:48 EDT 2024. Contains 375987 sequences. (Running on oeis4.)