login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143049 G.f. satisfies A(x) = 1 + x*A(-x)^6. 5
1, 1, -6, -21, 286, 1281, -20592, -100226, 1749462, 8899086, -162993402, -852079872, 16106878320, 85783258295, -1658113447608, -8950840125828, 175904428301062, 959332126312266, -19096256882857668, -104984591307499239, 2111233112316364434 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: A(x) = 1 + x*(1 - x*A(x)^6)^6.
G.f. satisfies: [A(x)^7 + A(-x)^7]/2 = [A(x)^6 + A(-x)^6]/2.
EXAMPLE
A(x) = 1 + x - 6*x^2 - 21*x^3 + 286*x^4 + 1281*x^5 - 20592*x^6 -++-...
A(x)^6 = 1 + 6*x - 21*x^2 - 286*x^3 + 1281*x^4 + 20592*x^5 - 100226*x^6 -...
A(x)^7 = 1 + 7*x - 21*x^2 - 364*x^3 + 1281*x^4 + 27027*x^5 - 100226*x^6 -...
Note that a bisection of A^7 equals a bisection of A^6.
PROG
(PARI) a(n)=local(A=x+x*O(x^n)); for(i=0, n, A=1+x*subst(A, x, -x)^6); polcoeff(A, n)
CROSSREFS
Cf. A171206.
Sequence in context: A179768 A131960 A244299 * A213680 A164643 A190275
KEYWORD
sign
AUTHOR
Paul D. Hanna, Jul 19 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)