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!)
A372183 E.g.f. A(x) satisfies A(x) = exp( x * A(x)^5 / (1 - x * A(x)^2) ). 1
1, 1, 13, 340, 13713, 752516, 52372051, 4421017602, 438996446545, 50142716621848, 6477138263806011, 933667525669154486, 148582199464010331289, 25874197258988478298068, 4894174597530612144797299, 999256176035969437218129946, 219035687330062179838536993441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
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=1, s=1, t=5, u=2) = 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. A372165.
Sequence in context: A238652 A041315 A041312 * A096717 A296679 A125119
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 August 12 04:07 EDT 2024. Contains 375085 sequences. (Running on oeis4.)