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.

A153692 Greatest number m such that the fractional part of (11/10)^A153688(n) >= 1-(1/m).

This page as a plain text file.
%I A153692 #4 Dec 26 2023 13:06:50
%S A153692 1,19,151,200,709,5727,15908,162819,120479,109526,302991
%N A153692 Greatest number m such that the fractional part of (11/10)^A153688(n) >= 1-(1/m).
%F A153692 a(n):=floor(1/(1-fract((11/10)^A153688(n)))), where fract(x) = x-floor(x).
%e A153692 a(2)=19, since 1-(1/20)=0.95>fract((11/10)^A153688(2))=fract((11/10)^7)=0.9487...>=1-(1/19).
%Y A153692 Cf. A153664, A153672, A153680, A153684, A154130, A153700, A153708, A153716, A153724.
%K A153692 nonn,more
%O A153692 1,2
%A A153692 _Hieronymus Fischer_, Jan 06 2009