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.

A154130 Exponents m with decreasing fractional part of (4/3)^m.

Original entry on oeis.org

1, 4, 13, 17, 128, 485, 692, 1738, 12863, 77042, 109705, 289047, 720429, 4475944, 75629223, 182575231
Offset: 1

Views

Author

Hieronymus Fischer, Jan 11 2009

Keywords

Comments

The next term is greater than 3*10^8.

Examples

			a(3)=13, since fract((4/3)^13)=0.0923.., but fract((4/3)^k)>=0.16... for 1<=k<=12; thus fract((4/3)^13)<fract((4/3)^k) for 1<=k<13.
		

Crossrefs

Formula

Recursion: a(1):=1, a(k):=min{ m>1 | fract((4/3)^m) < fract((4/3)^a(k-1))}, where fract(x) = x-floor(x).

Extensions

Extended by Charles R Greathouse IV, Nov 03 2009
a(15)-a(16) from Robert Gerbicz, Nov 21 2010