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.

A193144 Primes of the form n^2 + n + 1, where n is semiprime.

Original entry on oeis.org

43, 211, 241, 463, 1123, 1483, 3307, 3907, 4831, 6007, 12433, 14281, 20023, 20593, 24181, 26083, 37831, 41413, 42643, 43891, 46441, 47743, 77563, 82657, 95791, 98911, 108571, 145543, 156421, 158803, 200257, 205663, 239611, 284623, 288907, 304153, 307471
Offset: 1

Views

Author

Jonathan Vos Post, Dec 19 2012

Keywords

Comments

This is to semiprimes A001358 as A185632 is to nonprimes A018252.

Examples

			43 is in the sequence because it is prime, and 43 = 6^2 + 6 + 1 where 6 = 2*3 is semiprime.
		

Crossrefs

Programs

  • Mathematica
    Select[#^2+#+1&/@Select[Range[1000],PrimeOmega[#]==2&],PrimeQ] (* Harvey P. Dale, Jan 06 2013 *)

Formula

{k: k is in A001358 and n^2 + n + 1 is in A000040}.