A225893 Numbers of the form p^2 * (p^2 + 1), where p = A224718.
2450, 2827442, 3420650, 131091050, 607597850, 1387525250, 3262865762, 3969189002, 4362536450, 7370136650, 8882968250, 38513866250, 43618113650, 96254752250, 110842051970, 123657370850, 135755034050, 170940489050, 304758650450, 328385729450, 472300879322
Offset: 1
Keywords
Crossrefs
Cf. A224718.
Programs
-
Mathematica
p = Select[Prime[Range[250]], !SquareFreeQ[#^2+1]&]; p^2 * (p^2+1)
Comments