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!)
A153689 Greatest number m such that the fractional part of (11/10)^A153685(n) <= 1/m. 3
10, 18, 253, 618, 6009, 6767, 21386, 697723, 4186162, 31102351 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(1/fract((11/10)^A153685(n))), where fract(x) = x-floor(x).
EXAMPLE
a(2)=18 since 1/19 < fract((11/10)^A153685(2)) = fract((11/10)^17) = 0.0544... <= 1/18.
MATHEMATICA
A153685 = {1, 17, 37, 237, 599, 615, 6638, 13885, 1063942, 9479731};
Table[fp = FractionalPart[(11/10)^A153685[[n]]]; m = Floor[1/fp];
While[fp <= 1/m, m++]; m - 1, {n, 1, Length[A153685]}] (* Robert Price, Mar 25 2019 *)
CROSSREFS
Sequence in context: A177172 A358985 A171767 * A240022 A264386 A173822
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(9)-a(10) 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 July 25 11:06 EDT 2024. Contains 374588 sequences. (Running on oeis4.)