login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119570 Primes p such that p^2-p-1 is not prime. 0
2, 13, 19, 23, 37, 41, 43, 53, 59, 73, 79, 83, 89, 103, 107, 109, 113, 137, 151, 157, 163, 167, 173, 179, 191, 193, 199, 211, 223, 227, 229, 233, 239, 251, 257, 263, 271, 277, 281, 283, 293, 311, 313, 317, 337, 347, 349, 353, 367, 373, 383, 389, 401, 431, 433 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A091567 Primes p such that p^2-p-1 IS prime. A091568 Primes of the form p^2-p-1, where p is prime.

MATHEMATICA

Select[Prime[Range[250]], Not[PrimeQ[ #^2-#-1]]&]

PROG

(MAGMA) [p: p in PrimesUpTo(700)| not IsPrime(p^2-p-1)] [From Vincenzo Librandi, Jan 29 2011]

CROSSREFS

Cf. A091567, A091568.

Sequence in context: A020585 A038943 A019343 * A018485 A097234 A122139

Adjacent sequences:  A119567 A119568 A119569 * A119571 A119572 A119573

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jul 27 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:05 EST 2012. Contains 205855 sequences.