The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A173295 Primes of the form n^2+n+1 or n^2+n+9. 0
3, 7, 11, 13, 29, 31, 43, 73, 157, 191, 211, 241, 281, 307, 389, 421, 463, 601, 659, 757, 821, 1123, 1483, 1723, 1901, 2459, 2551, 2971, 3089, 3307, 3541, 3907, 4423, 4831, 5113, 5701, 5861, 6007, 6163, 6329, 6481, 7841, 8011, 8191, 9901, 10303, 11131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1)=3 because 1^2+1+1=3 is prime, a(3)=11 because 1^2+1+9=11 is prime.
MATHEMATICA
Union[Select[Flatten[Table[n^2+n+{1, 9}, {n, 200}]], PrimeQ]] (* Harvey P. Dale, Aug 28 2012 *)
CROSSREFS
Sequence in context: A111363 A193258 A114273 * A191040 A074336 A086475
KEYWORD
nonn
AUTHOR
EXTENSIONS
Added 3, removed 133, replaced 607 by 601 - R. J. Mathar, Feb 24 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 21 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)