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.

A154136 Greatest number m such that the fractional part of (4/3)^A154132(m) >= 1-(1/m).

This page as a plain text file.
%I A154136 #2 Mar 31 2012 13:21:05
%S A154136 1,4,88,1228,2253,4562,8183,167378
%N A154136 Greatest number m such that the fractional part of (4/3)^A154132(m) >= 1-(1/m).
%F A154136 a(n):=floor(1/(1-fract((4/3)^A154132(n)))), where fract(x) = x-floor(x).
%e A154136 a(3)=88, since 1-(1/89)=0.988764...>fract((4/3)^A154132(3))=fract((4/3)^8)=0.988721...>0.988636...=1-(1/88).
%Y A154136 Cf. A153667, A153675, A153707, A153715, A154144, A154152.
%Y A154136 Cf. A002379, A064628.
%K A154136 nonn,more
%O A154136 1,2
%A A154136 _Hieronymus Fischer_, Jan 11 2009