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!)
A153673 Greatest number m such that the fractional part of (101/100)^A153669(n) <= 1/m. 2
100, 147, 703, 932, 1172, 3389, 7089, 8767, 11155, 17457, 20810, 25355, 1129226, 1741049, 1960780, 2179637, 2859688, 11014240, 75249086, 132665447, 499298451 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(1/fract((101/100)^A153669(n))), where fract(x) = x-floor(x).
EXAMPLE
a(2)=147 since 1/148<fract((101/100)^A153669(2))=fract((101/100)^70)=0.00676...<=1/147.
MATHEMATICA
A153669 = {1, 70, 209, 378, 1653, 2697, 4806, 13744, 66919, 67873,
75666, 81125, 173389, 529938, 1572706, 4751419, 7159431, 7840546,
15896994, 71074288, 119325567};
Table[fp = FractionalPart[(101/100)^A153669[[n]]]; m = Floor[1/fp];
While[fp <= 1/m, m++]; m - 1, {n, 1, Length[A153669]}] (* Robert Price, Mar 25 2019 *)
CROSSREFS
Sequence in context: A096598 A070760 A161902 * A258482 A004262 A004263
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(15)-a(21) from Robert Price, Mar 25 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 April 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)