login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A153684
Greatest number m such that the fractional part of (1024/1000)^A153680(n) >= 1-(1/m).
4
1, 93, 123, 1061, 395, 1360, 4137, 2706, 66910, 21740, 15986, 58999, 571666, 1192010, 793642, 1093343, 3476524
OFFSET
1,2
FORMULA
a(n):=floor(1/(1-fract((1024/1000)^A153680(n)))), where fract(x) = x-floor(x).
EXAMPLE
a(2)=93, since 1-(1/94)=0.98936...>fract((1024/1000)^A153680(2))=fract((1024/1000)^29)=0.98929...>=1-(1/93).
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(16) - a(17) from Hagen von Eitzen, May 16 2009
STATUS
approved