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.

A136153 Composites one larger than a prime, with exactly four distinct prime factors.

Original entry on oeis.org

390, 420, 462, 510, 570, 660, 770, 798, 840, 858, 930, 1020, 1050, 1092, 1110, 1218, 1230, 1260, 1290, 1302, 1320, 1410, 1428, 1430, 1482, 1554, 1560, 1610, 1638, 1710, 1722, 1848, 1890, 1914, 1932, 1950, 1974, 1980, 2030, 2040, 2070, 2090, 2100, 2130
Offset: 1

Views

Author

Enoch Haga, Dec 16 2007

Keywords

Examples

			a(0)=390 because 30 follows the prime 29 and has four prime factors 2, 3, 5 and 13.
		

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[400]]+1,PrimeNu[#]==4&] (* Harvey P. Dale, Aug 15 2021 *)
  • PARI
    isok(n) = (omega(n)==4) && isprime(n-1); \\ Michel Marcus, Jun 08 2014

Formula

Equals A008864 INTERSECT A033993. - R. J. Mathar, Feb 20 2008

Extensions

Edited by R. J. Mathar, Feb 20 2008