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!)
A153706 Greatest number m such that the fractional part of e^A153702(n) <= 1/m. 6
1, 2, 11, 11, 964, 34015, 156075, 952945, 170942, 247768, 397506 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = floor(1/fract(e^A153702(n))), where fract(x) = x - floor(x).
EXAMPLE
a(3) = 11 since 1/12 < fract(e^A153702(3)) = fract(e^3) = 0.0855... <= 1/11.
MATHEMATICA
Floor[1/(#-Floor[#])]&/@Exp[Select[Range[1000], FractionalPart[E^#]<(1/#)&]] (* Julien Kluge, Sep 20 2016 *)
CROSSREFS
Cf. A000149.
Sequence in context: A245521 A275617 A090009 * A201187 A359207 A068225
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(10)-a(11) from Jinyuan Wang, Mar 03 2020
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 May 6 05:43 EDT 2024. Contains 372290 sequences. (Running on oeis4.)