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.

A225893 Numbers of the form p^2 * (p^2 + 1), where p = A224718.

Original entry on oeis.org

2450, 2827442, 3420650, 131091050, 607597850, 1387525250, 3262865762, 3969189002, 4362536450, 7370136650, 8882968250, 38513866250, 43618113650, 96254752250, 110842051970, 123657370850, 135755034050, 170940489050, 304758650450, 328385729450, 472300879322
Offset: 1

Views

Author

Rafael Parra Machio, May 20 2013

Keywords

Comments

The sequence A224718 of Zak Seidov, about prime numbers p such that p^2+1 is not squarefree.

Crossrefs

Cf. A224718.

Programs

  • Mathematica
    p = Select[Prime[Range[250]], !SquareFreeQ[#^2+1]&]; p^2 * (p^2+1)