login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153688 Numbers k such that the fractional part of (11/10)^k is greater than 1-(1/k). 11
1, 7, 77, 103, 320, 1821, 2992, 15290, 88651, 88652, 180168, 410498, 548816, 672732 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that fract((11/10)^k) > 1-(1/k), where fract(x) = x-floor(x).
The next such number must be greater than 2*10^5.
a(15) > 10^7. Robert Price, Mar 19 2019
LINKS
EXAMPLE
a(2) = 7, since fract((11/10)^7) = 0.9487... > 0.8571... = 1 - (1/7), but fract((11/10)^k) <= 1 - (1/k) for 1 < k < 7.
MATHEMATICA
Select[Range[1000], FractionalPart[(11/10)^#] >= 1 - (1/#) &] (* G. C. Greubel, Aug 24 2016 *)
CROSSREFS
Sequence in context: A215518 A166169 A284068 * A059195 A139264 A045642
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(12)-a(14) from Robert Price, Mar 19 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 4 18:27 EDT 2024. Contains 374015 sequences. (Running on oeis4.)