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.

A110013 Squares of the form 4p + 5, where p is a prime.

Original entry on oeis.org

25, 49, 81, 121, 169, 289, 361, 441, 529, 729, 961, 1089, 1521, 1681, 1849, 2401, 2809, 3249, 3721, 3969, 5041, 5929, 6241, 6889, 7921, 8281, 8649, 9409, 10201, 11449, 11881, 12321, 12769, 14161, 14641, 16641, 17161, 17689, 18769, 19881, 23409
Offset: 1

Views

Author

Giovanni Teofilatto, Sep 03 2005

Keywords

Comments

The sequence contain all squares of greater of twin primes.

Crossrefs

Programs

  • Mathematica
    Select[4#+5&/@Prime[Range[900]],IntegerQ[Sqrt[#]]&]  (* Harvey P. Dale, Jan 29 2011 *)

Formula

a(n) = 4*A002327(n) + 5 = A088502(n)^2.

Extensions

Corrected and extended by Ray Chandler, Sep 04 2005