OFFSET
1,1
FORMULA
Numbers of the form a*b*c where a is in {101, 303, 909, 1111, 3333, 9999}, b is a power of 2 and c is a power of 5.
EXAMPLE
1212 is in the sequence since 1/1212=0.0008250825082508250825082508250....
MATHEMATICA
Select[Range[13000], Length[RealDigits[1/#][[1, -1]]]==4&] (* Harvey P. Dale, Jun 30 2017 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, May 02 2002
STATUS
approved