OFFSET
1,2
COMMENTS
All numbers of the form 2^i*5^j with i, j >= 0 are in this sequence (numbers with a finite decimal expansion).
From Robert G. Wilson v, Apr 02 2017: (Start)
If k is in the sequence, then so are 2k and 5k.
The complement of A284601.
Primitives: 1, 7, 11, 13, 17, 19, 21, 23, 29, 33, 39, 47, 49, 51, 57, 59, 61, 63, ..., .
(End)
LINKS
EXAMPLE
14 is in the sequence because 1/14 = 0.0714285(714285)..., whose period is 6, an even number.
MATHEMATICA
Select[Range[115], Mod[Length[RealDigits[1/#][[1, -1]]], 2] == 0 & ]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Ilya Gutkovskiy, Mar 30 2017
STATUS
approved