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.

A192394 Number of semiprimes in the range (prime(n), prime(n)+sqrt(prime(n))).

Original entry on oeis.org

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

Views

Author

Juri-Stepan Gerasimov, Jun 29 2011

Keywords

Examples

			a(1)=0 because there are no semiprimes in the range (2, 2+sqrt(2));
a(2)=1 because there is one semiprime (4) in the range (3, 3+sqrt(3)).
		

Crossrefs

Cf. A001358.

Programs

Extensions

Corrected by R. J. Mathar, Jul 01 2011