%I #12 Sep 08 2022 08:46:01
%S 7,131,349,2203,4919,68927,389023,456539,1030307,1092733,2352643,
%T 2924213,3048631,4173287,5177723,5929747,6539209,15813257,19902517,
%U 22665193,25153763,30664303,34328131,59776477,61629881,76765631,97972187
%N Primes of the form n^3+6.
%H Vincenzo Librandi, <a href="/A201308/b201308.txt">Table of n, a(n) for n = 1..2000</a>
%t Select[Range[0, 7000]^3 + 6, PrimeQ]
%o (Magma) [a: n in [0..800] | IsPrime(a) where a is n^3+6];
%K nonn,easy
%O 1,1
%A _Vincenzo Librandi_, Nov 30 2011