|
|
A077922
|
|
Expansion of (1-x)^(-1)/(1+2*x-x^2+x^3).
|
|
3
|
|
|
1, -1, 4, -9, 24, -60, 154, -391, 997, -2538, 6465, -16464, 41932, -106792, 271981, -692685, 1764144, -4492953, 11442736, -29142568, 74220826, -189026955, 481417305, -1226082390, 3122609041, -7952717776, 20254126984, -51583580784, 131374006329, -334585720425, 852129027964
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
LINKS
|
|
|
FORMULA
|
|
|
MAPLE
|
A077986 := proc(n) if n < 0 then 0; else coeftayl( 1/(1+2*x-x^2+x^3), x=0, n) ; end if; end proc:
|
|
MATHEMATICA
|
CoefficientList[Series[1/((1 + 2*x - x^2 + x^3)(1 - x)), {x, 0, 30}], x]
|
|
PROG
|
|
|
CROSSREFS
|
|
|
KEYWORD
|
sign,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|