cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A153682 Greatest number m such that the fractional part of (1024/1000)^A153678(n) <= 1/m.

This page as a plain text file.
%I A153682 #6 Mar 03 2020 02:55:05
%S A153682 41,20,13,10,7,6,718,1350,12472,811799,11462221,8698270,56414953
%N A153682 Greatest number m such that the fractional part of (1024/1000)^A153678(n) <= 1/m.
%F A153682 a(n) = floor(1/fract((1024/1000)^A153678(n))), where fract(x) = x - floor(x).
%e A153682 a(5) = 7 since 1/8 < fract((1024/1000)^A153678(5)) = fract((1024/1000)^5) = 0.12589... <= 1/7.
%Y A153682 Cf. A153662, A153670, A153678, A154130, A153690, A153698, A153706, A153714, A153722.
%K A153682 nonn,more
%O A153682 1,1
%A A153682 _Hieronymus Fischer_, Jan 06 2009
%E A153682 a(10)-a(13) from _Jinyuan Wang_, Mar 03 2020