OFFSET
1,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1).
FORMULA
G.f.: x^3(1 + x + x^2 + x^3 + x^4)(1 - x + x^2 - x^3 + x^4)/(1 - x - x^3 - x^5 - x^7 - x^9 - x^11). - Charles R Greathouse IV, Jun 19 2011
MATHEMATICA
PROG
(PARI) A191869_list=Vec((-x^11-x^9-x^7-x^5-x^3)/(x^11+x^9+x^7+x^5+x^3+x-1)+O(x^99)) /* returns a list of the first 96 nonzero terms, a(3)...a(99) */
(PARI) A191869(n)=polcoeff((1+x^2+x^4+x^6+x^8)/(1-x-x^3-x^5-x^7-x^9-x^11+O(x^max(1, n-2))), n-3) \\ M. F. Hasler, Jun 19 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vladimir Joseph Stephan Orlovsky, Jun 18 2011
STATUS
approved