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!)
A182219 Where A024573 becomes a record. 0
1, 2, 3, 7, 39, 110, 181, 252, 323, 394, 465, 1001, 9545, 27634, 45723, 63812, 81901, 99990, 118079, 136168, 154257, 172346, 190435, 398959, 5394991, 15786014, 26177037, 36568060, 46959083, 57350106, 67741129, 78132152, 88523175, 98914198, 109305221, 119696244 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := Floor[1/FractionalPart[n*E]]; k = 1; mx = 0; lst = {}; While[k < 10^10/3, a = f@ k; If[a > mx, AppendTo[lst, k]; Print[{k, a}]]; k++]; lst
CROSSREFS
Cf. A024573.
Sequence in context: A183605 A000317 A047024 * A227777 A037843 A355129
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Apr 19 2012
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)