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.

A352800 Numbers k such that 2*k^2 + 29 is prime.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 33, 34, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 59, 60, 62, 64, 66, 67, 68, 69, 70, 71, 73, 75, 77, 78, 79, 80, 81, 82
Offset: 1

Views

Author

Sean A. Irvine at the suggestion of Rémi Guillaume, Apr 03 2022

Keywords

Crossrefs

Cf. A007641.

Programs

  • Mathematica
    Select[Range[0, 32260], PrimeQ[2 #^2 + 29] &] (* Robert Price, Apr 15 2025 *)