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.

A176695 Primes of the form x^2 + 29*(x+1)^2.

Original entry on oeis.org

29, 1069, 4297, 7649, 18701, 21817, 34613, 45553, 52837, 60661, 63389, 71933, 77929, 81017, 90641, 107881, 111509, 122753, 155377, 168601, 187073, 201557, 264893, 369409, 376097, 438989, 476029, 498973, 579353, 674701, 711173, 767681
Offset: 1

Views

Author

Giovanni Teofilatto, Apr 24 2010

Keywords

Comments

a(n) == 1 (mod 4).

Crossrefs

Programs

  • Magma
    [ a: n in [0..250] | IsPrime(a) where a is 30*n^2+58*n+29 ] // Vincenzo Librandi, Apr 25 2010
  • Mathematica
    Select[Table[x^2 + 29(x + 1)^2, {x, 0, 200}], PrimeQ] (* Harvey P. Dale, Dec 12 2010 *)

Extensions

Corrected and extended by Vincenzo Librandi, Apr 25 2010