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!)
A217496 Primes of the form 2*n^2 + 50*n + 23. 10
23, 131, 191, 911, 1223, 1451, 1571, 1823, 3323, 3671, 3851, 5651, 6323, 6791, 7523, 8291, 9371, 10223, 12671, 15731, 16091, 16823, 25931, 28751, 29723, 39191, 43223, 50591, 53831, 55823, 60611, 62723, 64151, 64871, 68531, 73823, 77723, 80111, 87491, 90023 (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)+579 is a square. - Vincenzo Librandi, Mar 04 2013
LINKS
MATHEMATICA
Select[Table[2 n^2 + 50 n + 23, {n, 0, 500}], PrimeQ]
PROG
(Magma) [a: n in [0..200] | IsPrime(a) where a is 2*n^2 + 50*n + 23];
CROSSREFS
Subsequence of A002145.
Sequence in context: A176822 A157146 A232827 * A141963 A157907 A039613
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 09 2012
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 August 3 15:38 EDT 2024. Contains 374894 sequences. (Running on oeis4.)