login
Primes of the form 9n^2 + 10.
1

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

%S 19,739,1531,3259,6571,9811,15139,16651,19891,29251,35731,42859,56179,

%T 62011,84691,110899,131779,154459,178939,199819,281971,294859,349291,

%U 363619,370891,431659,447571,488611,549091,603739,613099,804619

%N Primes of the form 9n^2 + 10.

%H Vincenzo Librandi, <a href="/A201708/b201708.txt">Table of n, a(n) for n = 1..5000</a>

%t Select[Table[9n^2+10,{n,0,2000}],PrimeQ]

%o (Magma) [a: n in [0..300] | IsPrime(a) where a is 9*n^2+10];

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Dec 04 2011