|
Search: id:A143918
|
|
|
| A143918 |
|
G.f. A(x) satisfies: A(x) = 1/(1-x)^2 + x^2*A'(x). |
|
+0 1
|
|
| 1, 2, 5, 14, 47, 194, 977, 5870, 41099, 328802, 2959229, 29592302, 325515335, 3906184034, 50780392457, 710925494414, 10663882416227, 170622118659650, 2900576017214069, 52210368309853262, 991996997887211999
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
EXAMPLE
|
G.f.: A(x) = 1 + 2*x + 5*x^2 + 14*x^3 + 47*x^4 + 194*x^5 + 977*x^6 +...
x^2*A'(x) = 2*x^2 + 10*x^3 + 42*x^4 + 188*x^5 + 970*x^6 + 5862*x^7 +...
|
|
PROGRAM
|
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=1/(1-x+x*O(x^n))^2+x^2*deriv(A)); polcoeff(A, n)}
|
|
CROSSREFS
|
Sequence in context: A096402 A007268 A109156 this_sequence A129867 A119841 A149905
Adjacent sequences: A143915 A143916 A143917 this_sequence A143919 A143920 A143921
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Sep 05 2008
|
|
|
Search completed in 0.002 seconds
|