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.

Showing 1-1 of 1 results.

A348836 a(n) is the number of primes <= prime(n)^2/2.

Original entry on oeis.org

1, 2, 5, 9, 17, 23, 34, 41, 56, 81, 92, 124, 146, 157, 185, 222, 270, 283, 334, 368, 386, 444, 481, 548, 635, 681, 703, 753, 780, 832, 1013, 1068, 1160, 1192, 1345, 1376, 1472, 1577, 1648, 1752, 1864, 1899, 2090, 2129, 2197, 2240, 2492, 2749, 2837, 2881, 2976, 3107, 3159, 3389, 3540
Offset: 1

Views

Author

Michel Marcus, Nov 01 2021

Keywords

Crossrefs

First column of A283235.

Programs

  • Mathematica
    a[n_] := PrimePi[Prime[n]^2/2]; Array[a, 55] (* Amiram Eldar, Nov 01 2021 *)
  • PARI
    a(n) = primepi(prime(n)^2/2);

Formula

a(n) = A000720(prime(n)^2/2).
Showing 1-1 of 1 results.