login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A125918
Sprague-Grundy values for octal game .154.
0
1, 1, 0, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1
OFFSET
1,6
COMMENTS
The sequence is eventually periodic with period 11. The last exception is at n=3.
REFERENCES
E. R. Berlekamp, J. H. Conway and R. K. Guy, Winning Ways, Academic Press, NY, 2 vols., 1982; see Chapter 4, p. 104.
MATHEMATICA
Join[{1, 1, 0}, LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}, {1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1}, 99]] (* Ray Chandler, Aug 26 2015 *)
CROSSREFS
Sequence in context: A322073 A332201 A060467 * A239202 A083533 A076500
KEYWORD
nonn
AUTHOR
Richard Sabey, Jan 24 2007
EXTENSIONS
Extended by Ray Chandler, Aug 26 2015
STATUS
approved