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!)
A221903 Primes of the form 2*n^2 + 42*n + 19. 2
163, 811, 1423, 1783, 2179, 3079, 3583, 9739, 11503, 13411, 14419, 17659, 22483, 25111, 26479, 27883, 42139, 49411, 55243, 57259, 70111, 72379, 77023, 79399, 86743, 97039, 116443, 119359, 125299, 140779, 181603, 188911, 207811 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: 2^a(n)-1 is not prime; in other words, these primes are included in A054723.
2*a(n) + 403 is a square. - Vincenzo Librandi, Apr 10 2015
LINKS
MATHEMATICA
Select[Table[2 n^2 + 42 n + 19, {n, 500}], PrimeQ]
PROG
(Magma) [a: n in [1..500] | IsPrime(a) where a is 2*n^2 + 42*n + 19];
CROSSREFS
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), this sequence (k=9), A217495 (k=10), A217496 (k=11), A217497 (k=12), A217498 (k=13), A217499 (k=16), A217500 (k=17), A217501 (k=18), A217620 (k=19), A217621 (k=21).
Cf. A054723.
Sequence in context: A038552 A127883 A054466 * A002149 A167627 A109343
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 01 2013
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 April 24 06:13 EDT 2024. Contains 371918 sequences. (Running on oeis4.)