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!)
A217713 Integer part of log(n)^2. 0
0, 0, 1, 1, 2, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Limit(Prime(n), n->Infinity) = n*log(n).
Limit(PrimePi(n), n->Infinity) = n/log(n).
Then ratio lengths are:
Limit(Prime(n)/PrimePi(n), n->Infinity) = n*log(n)/)n/log(n) = log(n)^2.
LINKS
FORMULA
a(n) = floor(log(n)^2).
MATHEMATICA
Table[Floor[Log[n]^2], {n, 1, 100}]
CROSSREFS
Cf. A111114.
Sequence in context: A062575 A073188 A269225 * A047740 A137687 A024745
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Mar 21 2013
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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)