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.

A154134 Greatest number m such that the fractional part of (4/3)^A154130(n) <= 1/m.

This page as a plain text file.
%I A154134 #5 May 10 2012 21:42:41
%S A154134 3,6,10,30,124,238,405,6430,22869,32657,224544,2396968,15229280,
%T A154134 28274047,53458049,134537968
%N A154134 Greatest number m such that the fractional part of (4/3)^A154130(n) <= 1/m.
%F A154134 a(n):=floor(1/fract((4/3)^A154130(n))), where fract(x) = x-floor(x).
%e A154134 a(3)=10 since 1/11<fract((4/3)^A154130(3))=fract((4/3)^13)=0.09238...<=1/10.
%Y A154134 Cf. A153665, A153673, A153705, A153712, A154143, A154150.
%Y A154134 Cf. A002379, A064628.
%K A154134 nonn,more
%O A154134 1,1
%A A154134 _Hieronymus Fischer_, Jan 11 2009
%E A154134 a(12)-a(16) from _Robert Price_, May 10 2012