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!)
A293360 Least integer k such that k/2^n > e^2. 3
8, 15, 30, 60, 119, 237, 473, 946, 1892, 3784, 7567, 15133, 30266, 60532, 121063, 242125, 484250, 968499, 1936997, 3873994, 7747987, 15495974, 30991948, 61983896, 123967791, 247935581, 495871161, 991742322, 1983484644, 3966969287, 7933938574, 15867877147 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = ceiling(r*2^n), where r = e^2.
a(n) = A068459n) + 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: A188558 A123526 A083686 * A371388 A287644 A089954
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 11 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)