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!)
A293359 Greatest integer k such that k/2^n < e^2. 3
7, 14, 29, 59, 118, 236, 472, 945, 1891, 3783, 7566, 15132, 30265, 60531, 121062, 242124, 484249, 968498, 1936996, 3873993, 7747986, 15495973, 30991947, 61983895, 123967790, 247935580, 495871160, 991742321, 1983484643, 3966969286, 7933938573, 15867877146 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = floor(r*2^n), where r = e^2.
a(n) = A293360(n) - 1.
MATHEMATICA
z = 120; r = E^2;
Table[Floor[r*2^n], {n, 0, z}]; (* A293359 *)
Table[Ceiling[r*2^n], {n, 0, z}]; (* A293360 *)
Table[Round[r*2^n], {n, 0, z}]; (* A293361 *)
CROSSREFS
Sequence in context: A348111 A332371 A058530 * A134384 A352851 A304143
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 10 2017
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 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)