Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #22 Sep 08 2022 08:46:04
%S 211,499,823,1579,2011,4099,6043,6763,8311,10903,11839,18211,27283,
%T 28723,34843,38119,41539,56659,58711,76423,86143,88663,93811,99103,
%U 110119,121711,124699,130783,149899,163363,173839,181003,188311,222979,227011,231079,247711
%N Primes of the form 2*n^2 + 82*n + 39.
%C Conjecture: 2^a(n)-1 is not prime; in other words, these primes are included in A054723.
%C 2*a(n) + 1603 is a square. - _Vincenzo Librandi_, Apr 09 2015
%H Vincenzo Librandi, <a href="/A217620/b217620.txt">Table of n, a(n) for n = 1..3000</a>
%t Select[Table[2 n^2 + 82 n + 39, {n, 600}], PrimeQ]
%o (Magma) [a: n in [1..600] | IsPrime(a) where a is 2*n^2+82*n+39];
%Y Cf. Primes of the form 2*n^2+2*(2*k+3)*n+(2*k+1): A176549 (k=0), A154577 (k=2), A154592 (k=3), A154601 (k=4), A217494 (k=7), A217495 (k=10), A217496 (k=11), A217497 (k=12), A217498 (k=13), A217499 (k=16), A217500 (k=17), A217501 (k=18), this sequence (k=19), A217621 (k=21).
%Y Cf. A054723.
%Y Subsequence of A002145.
%K nonn,easy
%O 1,1
%A _Vincenzo Librandi_, Oct 09 2012