|
Search: id:A143562
|
|
|
| A143562 |
|
G.f. satisfies: A(x) = 1 + x*A(x)^3/A(-x)^2. |
|
+0 1
|
|
| 1, 1, 5, 17, 105, 481, 3261, 16801, 119697, 656129, 4819061, 27447601, 205776121, 1202943457, 9152680109, 54524185409, 419491297313, 2534963932417, 19673179986661, 120224135048273, 939543098579081, 5793676726569697
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
FORMULA
|
G.f. satisfies: A(x) + A(-x) = 1 + (1+x^2)*A(x)*A(-x).
|
|
EXAMPLE
|
G.f. A(x) = 1 + x + 5*x^2 + 17*x^3 + 105*x^4 + 481*x^5 + 3261*x^6 +...
A(x)*A(-x) = 1 + 9*x^2 + 201*x^4 + 6321*x^6 + 233073*x^8 +...
|
|
PROGRAM
|
(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=0, n, A=1+x*A^3/subst(A^2, x, -x)); polcoeff(A, n)}
|
|
CROSSREFS
|
Sequence in context: A145986 A034821 A158007 this_sequence A098028 A100301 A096178
Adjacent sequences: A143559 A143560 A143561 this_sequence A143563 A143564 A143565
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Aug 24 2008
|
|
|
Search completed in 0.002 seconds
|