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!)
A153705 Greatest number m such that the fractional part of e^A153701(n) <= 1/m. 7
1, 2, 11, 11, 23, 28, 69, 85, 115, 964, 1153, 1292, 1296, 1877, 34015, 156075, 952945 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = floor(1/fract(e^A153701(n))), where fract(x) = x-floor(x).
EXAMPLE
a(3)=11 since 1/12 < fract(e^A153701(3)) = fract(e^3) = 0.0855... <= 1/11.
MATHEMATICA
A153701 = {1, 2, 3, 9, 29, 45, 75, 135, 219, 732, 1351, 3315, 4795,
4920, 5469, 28414, 37373};
Table[fp = FractionalPart[E^A153701[[n]]]; m = Floor[1/fp];
While[fp <= 1/m, m++]; m - 1, {n, 1, Length[A153701]}] (* Robert Price, Mar 25 2019 *)
CROSSREFS
Cf. A000149.
Sequence in context: A168413 A265561 A265545 * A290394 A292779 A245521
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
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 23 11:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)