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.

A174797 Numbers n such that both semiprime(n) and semiprime(n+1) are even.

Original entry on oeis.org

1, 4, 21, 87, 120, 141, 142, 168, 188, 320, 363, 387, 434, 464, 496, 539, 593, 675, 721, 794, 810, 995, 1032, 1105, 1147, 1166, 1228, 1356, 1391, 1477, 1478, 1498, 1702, 1771, 1790, 1797, 1803, 1818, 1849, 1850, 1881, 1967, 2016, 2039, 2052, 2065, 2091
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Mar 29 2010

Keywords

Comments

Semiprime(n)/2 and semiprime(n+1)/2 are consecutive primes.

Examples

			a(1)=1 because both semiprime(1)=4 and semiprime(2)=6 are even
a(2)=4 because both semiprime(4)=10 and semiprime(5)=14 are even.
		

Crossrefs

Programs

Formula

A001358(a(n)) = 2*A000040(A174798(n)).

Extensions

Edited and corrected by Ray Chandler, Apr 07 2010