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.

A220506 Number of primes <= n-th quarter-square.

Original entry on oeis.org

0, 0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 15, 16, 18, 20, 22, 24, 25, 29, 30, 32, 34, 36, 39, 42, 44, 46, 48, 52, 54, 58, 61, 62, 66, 68, 72, 75, 78, 81, 85, 89, 92, 96, 99, 101, 105, 109, 114, 118, 122, 126, 129, 133, 137, 141, 146, 150, 154, 158, 162, 167, 172, 177, 181, 187, 191, 195, 200
Offset: 1

Views

Author

Omar E. Pol, Feb 05 2013

Keywords

Crossrefs

Partial sums of A220492. A bisection is A038107, n >= 1.

Programs

  • Mathematica
    Table[PrimePi[n^2/4], {n, 75}] (* Alonso del Arte, Feb 05 2013 *)

Formula

a(n) = A000720(A002620(n)), n >= 1.