OFFSET
0,4
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (-1,11,11,-42,-40,66,54,-42,-24,8,1).
FORMULA
G.f.: x/(1 + x - 11*x^2 - 11*x^3 + 42*x^4 + 40*x^5 - 66*x^6 - 54*x^7 + 42*x^8 + 24*x^9 - 8*x^10 - x^11).
a(n) = -a(n-1) + 11*a(n-2) + 11*a(n-3) - 42*a(n-4) - 40*a(n-5) + 66*a(n-6) + 54*a(n-7) - 42*a(n-8) - 24*a(n-9) + 8*a(n-10) + a(n-11). - Franck Maminirina Ramaharo, Nov 02 2018
MATHEMATICA
CoefficientList[Series[x/(1 + x - 11*x^2 - 11*x^3 + 42*x^4 + 40*x^5 - 66*x^6 - 54*x^7 + 42*x^8 + 24*x^9 - 8*x^10 - x^11), {x, 0, 30}], x]
PROG
(PARI) x='x+O('x^50); concat([0], Vec(x/(1+x-11*x^2-11*x^3+42*x^4+40*x^5 -66*x^6-54*x^7+42*x^8+24*x^9-8*x^10-x^11))) \\ G. C. Greubel, Nov 03 2018
(Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); [0] cat Coefficients(R!(x/(1+x-11*x^2-11*x^3+42*x^4+40*x^5-66*x^6-54*x^7+42*x^8 +24*x^9-8*x^10-x^11))); // G. C. Greubel, Nov 03 2018
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Roger L. Bagula and Gary W. Adamson, Oct 24 2008
EXTENSIONS
Edited, new name, and offset corrected by Franck Maminirina Ramaharo, Nov 02 2018
STATUS
approved