%I #7 Jun 13 2017 12:45:44
%S 0,2,16,22,34,44,46,50,70,76,112,118,142,160,172,194,212,230,232,238,
%T 272,308,314,338,352,364,368,376,382,386,394,398,436,442,464,466,490,
%U 520,572,580,610,628,706,742,776,788,806,824,862,868,908,938,974,1012
%N Numbers n such that 5*n^5 + 3 is prime.
%e If n=112 then 5*n^5 + 3 = 88117084163 (prime).
%t Select[Range[0, 1000], PrimeQ[5*#^5 + 3] &]
%o (PARI) is(n)=isprime(5*n^5+3) \\ _Charles R Greathouse IV_, Jun 13 2017
%Y Cf. A118660.
%K nonn,less,easy
%O 1,2
%A _Parthasarathy Nambi_, Jun 02 2006
%E More terms from _Robert G. Wilson v_ and _Stefan Steinerberger_, Jun 02 2006