The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A004262 a(n) = floor(100*log_2(n)). 1
0, 100, 158, 200, 232, 258, 280, 300, 316, 332, 345, 358, 370, 380, 390, 400, 408, 416, 424, 432, 439, 445, 452, 458, 464, 470, 475, 480, 485, 490, 495, 500, 504, 508, 512, 516, 520, 524, 528, 532, 535, 539 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
seq(ilog2(n^100), n=1..100); # Robert Israel, Aug 02 2019
MATHEMATICA
Table[Floor[100Log2[n]], {n, 50}] (* Harvey P. Dale, May 07 2019 *)
PROG
(Magma) [Floor(100*Log(2, n)):n in [1..50]]; // Marius A. Burtea, Aug 02 2019
CROSSREFS
Sequence in context: A161902 A153673 A258482 * A004263 A004264 A308738
KEYWORD
nonn
AUTHOR
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 May 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)