OFFSET
1,1
FORMULA
a(n) =11*A070023(n). Numbers of the form a*b*c where a is in {11, 33, 99}, b is a power of 2 and c is a power of 5.
EXAMPLE
176 is in the sequence since 1/176=0.00568181818181818...
MATHEMATICA
Select[Range[5000], Length[RealDigits[1/#][[1, -1]]]==2&] (* Harvey P. Dale, Oct 10 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, Apr 12 2002
STATUS
approved