|
Search: id:A154132
|
|
|
| A154132 |
|
Minimal exponents m such that the fractional part of (4/3)^m increases monotonically (when starting with m=1). |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
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, A153703, A153710, A154140, A154148.
Cf. A002379, A064628.
Sequence in context: A020047 A068107 A091073 this_sequence A152458 A087971 A127919
Adjacent sequences: A154129 A154130 A154131 this_sequence A154133 A154134 A154135
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Jan 11 2009
|
|
|
Search completed in 0.002 seconds
|