login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143562 G.f. satisfies: A(x) = 1 + x*A(x)^3/A(-x)^2. 0
1, 1, 5, 17, 105, 481, 3261, 16801, 119697, 656129, 4819061, 27447601, 205776121, 1202943457, 9152680109, 54524185409, 419491297313, 2534963932417, 19673179986661, 120224135048273, 939543098579081, 5793676726569697 (list; graph; refs; listen; history; internal format)
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 +...

PROG

(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: A200992 A034821 A158007 * A098028 A100301 A096178

Adjacent sequences:  A143559 A143560 A143561 * A143563 A143564 A143565

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 24 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.