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.

A153674 Greatest number m such that the fractional part of (101/100)^A153670(n) <= 1/m.

This page as a plain text file.
%I A153674 #6 Mar 03 2020 02:50:24
%S A153674 100,49,33,24,19,16,13,12,10,147,703,676,932,3389,7089,1129226,
%T A153674 1741049,1356464,1960780,11014240,75249086,28657625,132665447,
%U A153674 499298451
%N A153674 Greatest number m such that the fractional part of (101/100)^A153670(n) <= 1/m.
%F A153674 a(n) = floor(1/fract((101/100)^A153670(n))), where fract(x) = x - floor(x).
%e A153674 a(5) = 19 since 1/20 < fract((101/100)^A153670(5)) = fract((101/100)^5) = 0.0510... <= 1/19.
%Y A153674 Cf. A153662, A154130, A153666, A153682, A153690, A153698, A153706, A153714, A153722.
%K A153674 nonn,more
%O A153674 1,1
%A A153674 _Hieronymus Fischer_, Jan 06 2009
%E A153674 a(18)-a(24) from _Jinyuan Wang_, Mar 03 2020