%I #6 Sep 08 2022 08:46:01
%S 7,79,457,3049,4057,5209,5839,7207,8719,11257,18439,19609,25999,28807,
%T 33289,36457,39769,41479,45007,48679,80809,93319,95929,109519,121039,
%U 130057,145807,155689,162457,169369,180007,209959,229849,272329
%N Primes of the form 2n^2 + 7.
%H Vincenzo Librandi, <a href="/A201475/b201475.txt">Table of n, a(n) for n = 1..5000</a>
%t Select[Table[2n^2+7,{n,0,900}],PrimeQ]
%o (Magma) [a: n in [0..400] | IsPrime(a) where a is 2*n^2+7];
%K nonn,easy
%O 1,1
%A _Vincenzo Librandi_, Dec 02 2011