login
Primes of the form 5*n^3-6.
1

%I #9 Sep 08 2022 08:46:00

%S 619,1709,10979,148949,344599,588239,2858929,3070619,7604369,9765619,

%T 12856759,13428089,21653729,23287309,25888579,39402989,45646639,

%U 68259589,97325539,99512549,103984369,110940199,118199509,120687839,125768779

%N Primes of the form 5*n^3-6.

%H Vincenzo Librandi, <a href="/A200812/b200812.txt">Table of n, a(n) for n = 1..1100</a>

%t Select[Table[5n^3-6,{n,1,8000}],PrimeQ]

%o (Magma) [a: n in [1..300] | IsPrime(a) where a is 5*n^3-6]

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 23 2011