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.

A153676 Greatest number m such that the fractional part of (101/100)^A153672(n) >= 1-(1/m).

This page as a plain text file.
%I A153676 #5 May 10 2012 14:47:26
%S A153676 1,76,238,913,1334,4645,17396,351085,69587,552184,329808,381654,
%T A153676 35874097,5011174,6220178,33773592,13149134,105749940
%N A153676 Greatest number m such that the fractional part of (101/100)^A153672(n) >= 1-(1/m).
%F A153676 a(n):=floor(1/(1-fract((101/100)^A153672(n)))), where fract(x) = x-floor(x).
%e A153676 a(2)=76, since 1-(1/77)=0.9870...>fract((101/100)^A153672(2))=fract((101/100)^69)=0.98689...>=1-(1/76).
%Y A153676 Cf. A153664, A154130, A153668, A153684, A153692, A153700, A153708, A153716, A153724.
%K A153676 nonn,more
%O A153676 1,2
%A A153676 _Hieronymus Fischer_, Jan 06 2009
%E A153676 a(13)-a(18) from _Robert Price_, May 10 2012