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

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

%S 3,3643,6653,214373,2657203,4851493,6125213,9304333,14016103,22460623,

%T 27726163,33756343,52517293,53969303,63246683,73530623,95170813,

%U 101732083,156279373,255324053,317605993,337095713,400314953,591853853

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

%H Vincenzo Librandi, <a href="/A200735/b200735.txt">Table of n, a(n) for n = 1..1000</a>

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

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

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 23 2011