OFFSET
0,2
COMMENTS
See A060691 for the expansion of AGM(1,1-8x), where AGM denotes the arithmetic-geometric mean.
FORMULA
G.f.: A(x) = x/Series_Reversion( x/AGM(1, 1-8*x) ).
Convolution square-root is A158122, which has two nonzero quadrisections, A158212 and A158213, that are inverse convolutions of each other (by a factor of 2). - Paul D. Hanna, Mar 14 2009
EXAMPLE
G.f.: A(x) = 1 + 4*x + 4*x^2 + 4*x^4 - 16*x^6 - 28*x^8 +-...
1 - 8*x/A(x) = 1 - 8*x + 32*x^2 - 96*x^3 + 256*x^4 - 608*x^5 +-...
From Paul D. Hanna, Mar 14 2009: (Start)
Convolution square root is A158122 and begins:
[1,2,0,0,2,-4,0,0,-16,40,0,0,200,-544,0,0,-3006,8540,0,0,...]
in which the convolution of the quadrisections equals 2:
[1,2,-16,200,-3006,...]*[2,-4,40,-544,8540,...] = 2. (End)
PROG
(PARI) {a(n)=polcoeff(x/serreverse(x/agm(1, 1-8*x +x*O(x^n))), n)}
CROSSREFS
KEYWORD
sign
AUTHOR
Paul D. Hanna, Mar 13 2009
STATUS
approved