login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A243890
Primes of the form 2*n^2+38*n+17.
2
101, 149, 257, 317, 449, 521, 677, 761, 941, 1697, 1949, 2081, 2357, 2801, 2957, 3449, 3797, 4349, 4937, 6221, 6449, 6917, 7649, 7901, 8681, 9221, 9497, 10061, 10937, 12161, 13121, 13781, 15149, 16217, 17321, 18077, 18461, 20441, 20849, 25601, 26981, 27449
OFFSET
1,1
COMMENTS
Subsequence of A040117.
Conjecture: except 521, 2^a(n)-1 is not prime; in other words, these primes are included in A054723.
2*a(n) + 327 is a square. - Vincenzo Librandi, Jun 29 2016
LINKS
MATHEMATICA
Select[Table[2 n^2 + 38 n + 17, {n, 800}], PrimeQ]
PROG
(Magma) [a: n in [1..200] | IsPrime(a) where a is 2*n^2+38*n+17];
CROSSREFS
Cf. A040117.
Cf. similar sequences listed in A243888.
Sequence in context: A141871 A238503 A050806 * A129563 A141927 A243365
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 16 2014
STATUS
approved