login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154132 Minimal exponents m such that the fractional part of (4/3)^m increases monotonically (when starting with m=1). 1
1, 2, 8, 39, 2495, 3895, 4714, 8592 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Recursive definition: a(1)=1, a(n) = least number m>a(n-1) such that the fractional part of (4/3)^m is greater than the

fractional part of (4/3)^k for all k, 1<=k<m.

The next such number must be greater than 200000.

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

EXAMPLE

a(4)=39, since fract((4/3)^39)= 0.999186..., but fract((4/3)^k)<0.9887... for 1<=k<=38;

thus fract((4/3)^39)>fract((4/3)^k) for 1<=k<39 and 39 is the minimal exponent > 8 with this property.

CROSSREFS

Cf. A153663, A153671, A091560, A153710, A154140, A154148.

Cf. A002379, A064628.

Sequence in context: A020047 A068107 A091073 * A152458 A087971 A127919

Adjacent sequences:  A154129 A154130 A154131 * A154133 A154134 A154135

KEYWORD

nonn,more

AUTHOR

Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Jan 11 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 15:39 EST 2012. Contains 205635 sequences.