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).

Original entry on oeis.org

1, 4, 88, 1228, 2253, 4562, 8183, 167378
Offset: 1

Views

Author

Hieronymus Fischer, Jan 11 2009

Keywords

Examples

			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).
		

Crossrefs

Formula

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