OFFSET
0,3
REFERENCES
A. Cayley, Calculation of the minimum N.G.F. of the binary seventhic, Collected Mathematical Papers. Vols. 1-13, Cambridge Univ. Press, London, 1889-1897, Vol. 10, p. 408-419.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n = 0..1000
A. Cayley, Calculation of the minimum N.G.F. of the binary seventhic, Collected Mathematical Papers. Vols. 1-13, Cambridge Univ. Press, London, 1889-1897, Vol. 10, p. 408-419. [Annotated scanned copy]
Index entries for linear recurrences with constant coefficients, signature (9, -33, 63, -66, 36, -8).
MATHEMATICA
nn = 202; t = CoefficientList[Series[1/((1 - x^2)*(1 - x^4)^2*(1 - x^6)*(1 - x^8)*(1 - x^10)), {x, 0, nn}], x]; t = Take[t, {1, nn, 2}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Feb 09 2000
STATUS
approved