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.

Showing 1-1 of 1 results.

A136241 Numbers n among A006093 such that n^2 + n - 1 is prime.

Original entry on oeis.org

2, 4, 6, 10, 16, 28, 30, 46, 60, 66, 70, 96, 100, 126, 130, 138, 148, 180, 196, 240, 268, 306, 330, 358, 378, 396, 408, 418, 420, 448, 456, 478, 486, 490, 598, 606, 616, 618, 640, 646, 676, 708, 750, 786, 838, 856, 906, 946, 966, 976, 996, 1050, 1060, 1090
Offset: 1

Views

Author

Lekraj Beedassy, Dec 23 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[200]]-1,PrimeQ[#^2+#-1]&] (* Harvey P. Dale, Jan 20 2019 *)

Formula

a(n) = A091567(n) - 1.
Showing 1-1 of 1 results.