OFFSET
0,3
REFERENCES
E. R. Berlekamp, J. H. Conway and R. K. Guy, Winning Ways, Academic Press, NY, 2 vols., 1982, see p. 553.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
FORMULA
a(0) = 0, b(1) = 0, a(n) = mex({a(s) ^ b(t): s+t = n-1 and s>0} union {b(s) + b(t): s+t = n-1}), b(n) = mex({a(s) ^ b(t): s+t = n-1 and s>0}) with ^ denoting bitwise addition. - Sean A. Irvine, Dec 14 2016
a(n+8) = a(n) for n >= 6. - Sean A. Irvine, Dec 14 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Dec 14 2016
STATUS
approved