login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176545 Numbers n>0 such that 2*n^2+14*n+5 is prime. 1
2, 9, 11, 12, 14, 17, 21, 24, 26, 39, 44, 47, 59, 77, 86, 87, 89, 101, 116, 117, 122, 126, 131, 137, 147, 152, 161, 164, 177, 179, 189, 191, 192, 201, 212, 219, 222, 231, 249, 257, 261, 264, 284, 287, 296, 306, 317, 326, 329, 336, 347, 369, 387, 389, 411, 417 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: If p = 2*n^2 + 14*n + 5 then 2^p - 1 is not prime.
LINKS
MATHEMATICA
Select[Range[500], PrimeQ[2#^2 + 14# + 5] &] (* Harvey P. Dale, Jan 09 2011 *)
PROG
(Magma) [n: n in [1..1000]| IsPrime(2*n^2+14*n+5)]
CROSSREFS
Cf. A154577 (Primes of the form 2n^2 + 14n + 5), A144562(Triangle read by rows where T(m, n) = 2m*n + m + n - 1).
Sequence in context: A085069 A371163 A207670 * A072065 A137000 A073634
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 20 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 08:43 EDT 2024. Contains 372257 sequences. (Running on oeis4.)