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.

A327829 Squarefree numbers with a prime number of prime factors.

Original entry on oeis.org

6, 10, 14, 15, 21, 22, 26, 30, 33, 34, 35, 38, 39, 42, 46, 51, 55, 57, 58, 62, 65, 66, 69, 70, 74, 77, 78, 82, 85, 86, 87, 91, 93, 94, 95, 102, 105, 106, 110, 111, 114, 115, 118, 119, 122, 123, 129, 130, 133, 134, 138, 141, 142, 143, 145, 146, 154, 155, 158, 159, 161
Offset: 1

Views

Author

Sebastian F. Orellana, Sep 26 2019

Keywords

Comments

210 is the first integer in A120944 but not here: it has 4 prime factors.

Crossrefs

Subsequence of A120944.
A006881, A007304, A046387 are subsequences.
A046386, A067885 are not subsequences.

Programs

  • Mathematica
    Select[Range@ 161, And[SquareFreeQ@ #, PrimeQ@ PrimeNu@ #] &] (* Michael De Vlieger, Sep 29 2019 *)
  • PARI
    isok(n) = issquarefree(n) && isprime(omega(n)); \\ Michel Marcus, Sep 27 2019

Formula

A006881 UNION A007304 UNION A046387 UNION A123321 UNION .... - R. J. Mathar, Oct 13 2019

Extensions

Corrected and extended by Michel Marcus, Sep 27 2019