login
Primes of the form 7n^3-10.
1

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

%S 179,34381,64817,85159,137771,482437,726751,928547,1296341,1750319,

%T 2299553,4002499,4609511,4934773,6792083,9573407,15026813,15736627,

%U 22235651,73524203,75557017,81879571,108067733,127340119,136255753

%N Primes of the form 7n^3-10.

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

%t Select[Table[7n^3-10,{n,2,4000}],PrimeQ]

%o (Magma) [a: n in [2..500] | IsPrime(a) where a is 7*n^3-10]

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 26 2011