|
Search: id:A141203
|
|
|
| A141203 |
|
G.f. satisfies: A(x - x*B(x)) = x where B(x) = (A(x) - A(-x))/2, the odd bisection of A(x). |
|
+0 1
|
|
| 1, 1, 2, 7, 26, 124, 596, 3365, 18954, 120242, 760140, 5281436, 36617556, 274624708, 2059397032, 16520347463, 132773992954, 1132184343204, 9689336590700, 87424470404886, 792807348829740, 7541745922428356, 72187384283011000
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
EXAMPLE
|
G.f.: A(x) = x + x^2 + 2*x^3 + 7*x^4 + 26*x^5 + 124*x^6 + 596*x^7 +...
The series reversion of A(x) = x - x*[A(x) - A(-x)]/2, thus:
A(x - x^2 - 2*x^4 - 26*x^6 - 596*x^8 - 18954*x^10 -...) = x.
|
|
PROGRAM
|
(PARI) {a(n)=local(A=x+x^2); for(i=0, n, A=serreverse(x-x/2*(A-subst(A, x, -x+x*O(x^n))))) ; polcoeff(A, n)}
|
|
CROSSREFS
|
Sequence in context: A030429 A167551 A081566 this_sequence A096803 A036757 A068870
Adjacent sequences: A141200 A141201 A141202 this_sequence A141204 A141205 A141206
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Jun 13 2008
|
|
|
Search completed in 0.002 seconds
|