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.

A201476 Primes of the form 2*k^2 + 9.

Original entry on oeis.org

11, 17, 41, 59, 107, 137, 251, 347, 401, 521, 587, 809, 977, 1259, 1361, 1931, 2459, 2897, 3209, 3371, 3881, 4241, 5009, 5417, 6737, 6971, 7451, 9257, 10091, 10667, 11867, 12491, 12809, 13457, 15497, 16937, 17681, 18059, 20411, 21227, 22481, 22907, 25097, 26459
Offset: 1

Views

Author

Vincenzo Librandi, Dec 02 2011

Keywords

Crossrefs

Programs

  • Magma
    [a: n in [0..400] | IsPrime(a) where a is 2*n^2+9];
  • Mathematica
    Select[Table[2n^2+9,{n,0,700}],PrimeQ]

Formula

a(n) = A339048(A111040(n)). - Elmo R. Oliveira, Apr 21 2025
Showing 1-1 of 1 results.