|
Search: id:A096877
|
|
|
| A096877 |
|
Expansion of a parametrization of the Folium of Descartes. |
|
+0 1
|
|
| 1, -2, -10, 0, -130, 256, 236, 0, -22730, 81920, 327668, 0, 777260, 0, -7180840, 0, -1051237338, 4362076160, 22662123300, 0, 227431418372, -549755813888, -1598030872600, 0, -7086115747780, -32435593019392, -311555637408376, 0
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Given g.f. A(x), then B(x)=xA(x^3/4) satisfies 0=f(B(x),B(x^2)) where f(u,v)=u^3+v^3-uv.
|
|
EXAMPLE
|
Series is x - 1/2*x^4 -5/8*x^7 -65/128*x^13 + ...
|
|
PROGRAM
|
(PARI) a(n)=local(A, A2, m); if(n<0, 0, A=1+O(x); m=1; while(m<=n, m*=2; A=subst(A, x, 4*x^2); A2=subst(A, x, 4*x^2); A=sqrt(4*x^2*A2^2+A^3/A2)-2*x*A2); polcoeff(A, n))
|
|
CROSSREFS
|
Sequence in context: A140319 A120314 A050924 this_sequence A058297 A113160 A100078
Adjacent sequences: A096874 A096875 A096876 this_sequence A096878 A096879 A096880
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Michael Somos, Jul 14 2004
|
|
|
Search completed in 0.002 seconds
|