%I #6 Sep 08 2022 08:46:01
%S 17,719,1321,4903,12157,24379,103813,148867,185183,250037,456523,
%T 571777,1030291,1442887,1860857,3176513,3307939,4657453,5000201,
%U 5545223,6128477,6967861,8120591,8365417,9663587,10793851,11697073,13312043
%N Primes of the form n^3-10.
%H Vincenzo Librandi, <a href="/A201311/b201311.txt">Table of n, a(n) for n = 1..3000</a>
%t Select[Range[3,6000]^3-10,PrimeQ]
%o (Magma)[a: n in [3..500] | IsPrime(a) where a is n^3-10];
%K nonn,easy
%O 1,1
%A _Vincenzo Librandi_, Dec 01 2011
|