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!)
A238302 E.g.f. satisfies: A'(x) = 1/(1 - x*A(x))^3 with A(0)=1 3
1, 1, 3, 18, 159, 1872, 27585, 488736, 10122273, 240029568, 6413759739, 190698235200, 6244960476447, 223354435468032, 8662843993599081, 362162307560207616, 16235331377066437185, 776899798554908971008, 39526189786699908619635, 2130538920122365706916864 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * n! * d^n / n^(5/4), where c = 0.502313... and d = 3.03113979...
PROG
(PARI) {a(n)=local(A=1+x); for(i=0, n, A=1+intformal(1/(1-x*A+x*O(x^n))^3 )); n!*polcoeff(A, n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A341331 A089901 A352638 * A371020 A067302 A361048
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 24 2014
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 April 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)