cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A153706 Greatest number m such that the fractional part of e^A153702(n) <= 1/m.

Original entry on oeis.org

1, 2, 11, 11, 964, 34015, 156075, 952945, 170942, 247768, 397506
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(3) = 11 since 1/12 < fract(e^A153702(3)) = fract(e^3) = 0.0855... <= 1/11.
		

Crossrefs

Programs

  • Mathematica
    Floor[1/(#-Floor[#])]&/@Exp[Select[Range[1000],FractionalPart[E^#]<(1/#)&]] (* Julien Kluge, Sep 20 2016 *)

Formula

a(n) = floor(1/fract(e^A153702(n))), where fract(x) = x - floor(x).

Extensions

a(10)-a(11) from Jinyuan Wang, Mar 03 2020