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!)
A329193 a(n) = floor(log_2(n^3)) = floor(3 log_2(n)) 5
0, 3, 4, 6, 6, 7, 8, 9, 9, 9, 10, 10, 11, 11, 11, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
3*A000523(n) <= A000523(n^3) = a(n) <= A004257(n^3) <= A029837(n^3) <= 3*A029837(n) with equality for powers of 2 (A000079) and asymptotic equivalence as n -> oo.
LINKS
PROG
(PARI) apply( A329193(n)=exponent(n^3), [1..99]) \\ exponent(.) = logint(., 2) = log(.)\log(2)
CROSSREFS
Cf. A000578 (n^3), A000523 (floor log_2), A004257 (round log_2), A029837 (ceiling log_2), A329202 (log_2(n^2)).
Sequence in context: A300305 A160095 A135319 * A004219 A077542 A325611
KEYWORD
nonn
AUTHOR
M. F. Hasler, Nov 07 2019
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 August 26 07:40 EDT 2024. Contains 375454 sequences. (Running on oeis4.)