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.

A225874 Primes of the form 5*p^2+5*p+1, where p is a prime.

Original entry on oeis.org

31, 61, 151, 281, 661, 911, 1531, 1901, 9461, 18911, 25561, 27011, 31601, 51511, 57781, 59951, 81281, 86461, 94531, 97301, 111751, 114761, 140281, 183361, 187211, 286801, 347161, 363151, 401861, 485161, 603781, 697511, 720101, 758551, 806011, 939611, 965801
Offset: 1

Views

Author

Jayanta Basu, May 19 2013

Keywords

Comments

Primes generated in A175063.
The square roots of (4*a(n)+1)/5 are in A072055. [Bruno Berselli, May 19 2013]

Crossrefs

Cf. A175063.

Programs

  • Magma
    [a: p in PrimesUpTo(500) | IsPrime(a) where a is 5*p^2+5*p+1]; // Bruno Berselli, May 19 2013
  • Mathematica
    Select[Table[p=Prime[n]; 5*p^2+5*p+1, {n,85}], PrimeQ]
Showing 1-1 of 1 results.