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.

Original entry on oeis.org

3, 6, 10, 30, 124, 238, 405, 6430, 22869, 32657, 224544, 2396968, 15229280, 28274047, 53458049, 134537968
Offset: 1

Views

Author

Hieronymus Fischer, Jan 11 2009

Keywords

Examples

			a(3)=10 since 1/11<fract((4/3)^A154130(3))=fract((4/3)^13)=0.09238...<=1/10.
		

Crossrefs

Formula

a(n):=floor(1/fract((4/3)^A154130(n))), where fract(x) = x-floor(x).

Extensions

a(12)-a(16) from Robert Price, May 10 2012