[go: up one dir, main page]

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!)
A217989 G.f. satisfies: A(x) = 1+x + x^2*A'(x)*A(x)^2. 1
1, 1, 1, 4, 19, 116, 835, 6890, 63826, 654552, 7354893, 89830770, 1184915556, 16788863356, 254342837905, 4103256660048, 70241858430220, 1271839899568064, 24287699718766932, 487891841580468294, 10285169201486942788, 227042177973572054900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ c * n! * n, where c = 0.21362630601338471861707529847387... - Vaclav Kotesovec, Feb 22 2014
EXAMPLE
G.f.: A(x) = 1 + x + x^2 + 4*x^3 + 19*x^4 + 116*x^5 + 835*x^6 + 6890*x^7 +...
Related expansions:
A'(x) = 1 + 2*x + 12*x^2 + 76*x^3 + 580*x^4 + 5010*x^5 + 48230*x^6 +...
A(x)^2 = 1 + 2*x + 3*x^2 + 10*x^3 + 47*x^4 + 278*x^5 + 1956*x^6 + 15834*x^7 +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1+x+x^2*A'*(A^2+x*O(x^n))); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A203268 A209673 A261497 * A281817 A060907 A245505
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 23 2012
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 29 23:09 EDT 2024. Contains 375519 sequences. (Running on oeis4.)