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.

A111939 Number of primes < semiprime(n).

Original entry on oeis.org

2, 3, 4, 4, 6, 6, 8, 8, 9, 9, 11, 11, 11, 12, 12, 14, 15, 15, 16, 16, 16, 18, 18, 19, 21, 21, 22, 23, 23, 23, 24, 24, 24, 24, 27, 29, 30, 30, 30, 30, 30, 30, 31, 32, 32, 34, 34, 34, 34, 34, 36, 37, 37, 37, 38, 39, 40, 40, 42, 42, 42, 44, 46, 46, 46, 46, 46, 46, 47, 47, 47, 47, 47
Offset: 1

Views

Author

Giovanni Teofilatto, Nov 27 2005

Keywords

Crossrefs

Partial sums of A176451.

Programs

  • Mathematica
    PrimePi@Select[Range@218, Plus @@ Last /@ FactorInteger@# == 2 &] (* Robert G. Wilson v, Jan 10 2006 *)
    PrimePi/@Select[Range[300],PrimeOmega[#]==2&] (* Harvey P. Dale, Nov 16 2014 *)

Formula

a(n) = A000720(A001358(n)).

Extensions

More terms from Robert G. Wilson v, Lambert Herrgesell (zero815(AT)googlemail.com) and Matthew Conroy, Dec 16 2005
Entry revised by Ray Chandler, Sep 20 2006
Showing 1-1 of 1 results.