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.

A113971 Number of semiprimes from n to (4/3)*n.

Original entry on oeis.org

0, 0, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 1, 2, 2, 3, 4, 4, 3, 2, 2, 3, 3, 3, 3, 4, 5, 5, 5, 5, 4, 4, 3, 4, 4, 4, 3, 3, 4, 5, 6, 6, 5, 6, 6, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5, 5
Offset: 1

Views

Author

Jonathan Vos Post, Jan 31 2006

Keywords

Comments

a(n) > 0 for all n > 2. a(n) > 1 for all n > 16. This is a semiprime (A001358) related sequence similar to the prime related Bertrand's postulate [1845] that, for n > 1, there is always at least one prime p such that n < p < 2*n. A060715 is the number of primes between n and 2n. A077463 is the number of primes between n and 2n-2.

Examples

			a(1) = 0 because there is no semiprime from 1 through 4/3 = 1.3333...
a(2) = 0 because there is no semiprime from 2 through 8/3 = 2.6666...
a(3) = 1 because there is the semiprime 4 from 3 through 12/3 = 4.
		

Crossrefs

Formula

a(n) = card{S such that S is an element of A001358 and n <= S <= 4*n/3}.