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.

A168025 Noncomposite numbers in the western ray of the Ulam spiral as oriented on the March 1964 cover of Scientific American.

Original entry on oeis.org

1, 19, 151, 1621, 2731, 3631, 4129, 7789, 11719, 12601, 14461, 15439, 17491, 20809, 28309, 29671, 32491, 41719, 59659, 69829, 78541, 83089, 85411, 92569, 97501, 115771, 132679, 138571
Offset: 0

Views

Author

Alonso del Arte, Nov 16 2009

Keywords

Crossrefs

Cf. A054567.

Programs

  • Mathematica
    Select[Table[4 n^2 - 7 n + 4, {n, 0, 199}], Length[Divisors[ # ]] < 3 &]

Formula

Positive numbers of the form 4n^2 - 7n + 4 with no more than two divisors.