cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060303 Number of primes below n^2 does not exceed n times the number of primes below n.

Original entry on oeis.org

0, 0, 2, 2, 6, 7, 13, 14, 14, 15, 25, 26, 39, 40, 42, 42, 58, 60, 80, 82, 83, 84, 108, 111, 111, 112, 114, 115, 144, 146, 179, 180, 182, 183, 185, 186, 225, 228, 228, 229, 270, 272, 319, 321, 324, 325, 376, 378, 378, 383, 387, 387, 439, 443, 446, 451, 455, 454
Offset: 1

Views

Author

Labos Elemer, Mar 26 2001

Keywords

Examples

			pi(100) = 25, 10*pi(10) = 40, a(10) = 40-25 = 15.
		

Crossrefs

Formula

Table[n*PrimePi[n]-PrimePi[n^2], {n, 1, 100}]

Extensions

Offset corrected by Amiram Eldar, Sep 06 2024