OFFSET
1,3
REFERENCES
J. H. Conway, personal communication, Aug 27, 2001.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1105 (numbers < 4000)
FORMULA
Consists of 0, the 52 odd numbers in A063954, 4 times those numbers and all numbers of the form 4m+2.
MATHEMATICA
t1 = {1, 3, 5, 9, 13, 17, 21, 25, 33, 41, 45, 49, 57, 65, 73, 81, 89, 97, 105, 129, 145, 153, 169, 177, 185, 201, 209, 217, 225, 257, 273, 297, 305, 313, 329, 345, 353, 385, 425, 433, 441, 481, 513, 561, 585, 609, 689, 697, 713, 817, 825, 945}; t = Union[{0}, t1, 4*t1, 4*Range[0, 999] + 2] (* T. D. Noe, Feb 22 2012 *)
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
N. J. A. Sloane, Sep 04 2001
STATUS
approved