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!)
A153672 Numbers k such that the fractional part of (101/100)^k is greater than 1-(1/k). 14
1, 69, 180, 783, 859, 1803, 10763, 19105, 39568, 50172, 132572, 355146, 1452050, 2245950, 3047334, 3933030, 4165171, 98544173 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that fract((101/100)^k) > 1-(1/k), where fract(x) = x-floor(x).
The next term is greater than 2*10^8.
LINKS
EXAMPLE
a(2) = 69, since fract((101/100)^69) = 0.9868... > 0.9855... = 1 - (1/69), but fract((101/100)^k) <= 1 - (1/k) for 1 < k < 69.
MATHEMATICA
Select[Range[1000], FractionalPart[(101/100)^#] >= 1 - (1/#) &] (* G. C. Greubel, Aug 24 2016 *)
CROSSREFS
Sequence in context: A020296 A259637 A211688 * A283053 A249899 A009434
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(13)-a(18) from Robert Gerbicz, Nov 22 2010
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)