|
Search: id:A143917
|
|
|
| A143917 |
|
G.f. A(x) satisfies: A(x) = 1/(1-x) + x^2*A(x)*A'(x). |
|
+0 2
|
|
| 1, 1, 2, 6, 25, 133, 851, 6313, 53061, 497493, 5144500, 58161126, 713789847, 9453038227, 134405493652, 2042529150110, 33045300698761, 567165849906233, 10294218618819268, 197022941365579804, 3966001076798967837
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
EXAMPLE
|
G.f.: A(x) = 1 + x + 2*x^2 + 6*x^3 + 25*x^4 + 133*x^5 + 851*x^6 +...
A'(x) = 1 + 4*x + 18*x^2 + 100*x^3 + 665*x^4 + 5106*x^5 +...
A(x)*A'(x) = 1 + 5*x + 24*x^2 + 132*x^3 + 850*x^4 + 6312*x^5 +...
|
|
PROGRAM
|
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=1/(1-x+x*O(x^n))+x^2*A*deriv(A)); polcoeff(A, n)}
|
|
CROSSREFS
|
Cf. A143916 (variant).
Sequence in context: A030933 A100325 A020112 this_sequence A009326 A001258 A124373
Adjacent sequences: A143914 A143915 A143916 this_sequence A143918 A143919 A143920
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Sep 05 2008
|
|
|
Search completed in 0.002 seconds
|