login
A217498
Primes of the form 2*n^2 + 58*n + 27.
10
151, 367, 619, 907, 1231, 1987, 2887, 3391, 3931, 4507, 5119, 6451, 7927, 8719, 9547, 11311, 13219, 15271, 17467, 21031, 22291, 24919, 27691, 29131, 32119, 35251, 36871, 41947, 43711, 55051, 59119, 63331, 76831, 81619, 84067, 89071, 94219, 96847, 104947
OFFSET
1,1
COMMENTS
Conjecture: 2^a(n)-1 is not prime; in other words, these primes are included in A054723.
2*a(n) + 787 is a square. - Vincenzo Librandi, Apr 10 2015
LINKS
MATHEMATICA
Select[Table[2 n^2 + 58 n + 27, {n, 500}], PrimeQ]
PROG
(Magma) [a: n in [1..500] | IsPrime(a) where a is 2*n^2+58*n+27];
CROSSREFS
Subsequence of A002145.
Sequence in context: A211551 A108842 A078858 * A078967 A089317 A141982
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 09 2012
STATUS
approved