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!)
A293363 Least integer k such that k/2^n > log 2. 3
1, 2, 3, 6, 12, 23, 45, 89, 178, 355, 710, 1420, 2840, 5679, 11357, 22714, 45427, 90853, 181705, 363409, 726818, 1453635, 2907270, 5814540, 11629080, 23258160, 46516320, 93032640, 186065280, 372130559, 744261118, 1488522236, 2977044472, 5954088944 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ceiling(r*2^n), where r = log 2.
a(n) = A293362(n) + 1. [corrected by Georg Fischer, Apr 16 2024]
MATHEMATICA
z = 120; r = Log[2];
Table[Floor[r*2^n], {n, 0, z}]; (* A293362 *)
Table[Ceiling[r*2^n], {n, 0, z}]; (* A293363 *)
Table[Round[r*2^n], {n, 0, z}]; (* A293364 *)
CROSSREFS
Sequence in context: A154324 A338218 A001630 * A326021 A164363 A306809
KEYWORD
nonn,easy,changed
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)