|
| |
|
|
A085403
|
|
Expansion of (1-x+sqrt(1-6x+x^2))/2 in powers of x.
|
|
8
| |
|
|
1, -2, -2, -6, -22, -90, -394, -1806, -8558, -41586, -206098, -1037718, -5293446, -27297738, -142078746, -745387038, -3937603038, -20927156706, -111818026018, -600318853926, -3236724317174, -17518619320890, -95149655201962, -518431875418926, -2832923350929742
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Series reversion of x(Sum_{k>=0} a(k)x^k) is x(Sum_{k>=0} A027307(k)x^k).
|
|
|
FORMULA
| G.f.: (1-x+sqrt(1-6x+x^2))/2. (=1/g.f. A006318)
Given g.f. A(x), y=A(x)x satisfies 0=f(x, y) where f(x, y)=y(y-x)+(x+y)x^2 . - Michael Somos May 23 2005 */
|
|
|
PROG
| (PARI) a(n)=polcoeff((1-x+sqrt(1-6*x+x^2+x*O(x^n)))/2, n)
|
|
|
CROSSREFS
| A minor variation of A006318. a(n)=-A006318(n-1), n>1.
Sequence in context: A202743 A007985 A097090 * A112478 A184715 A138801
Adjacent sequences: A085400 A085401 A085402 * A085404 A085405 A085406
|
|
|
KEYWORD
| sign
|
|
|
AUTHOR
| Michael Somos, Jun 28 2003
|
| |
|
|