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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088485 Numbers n such that n^2 + n - 1 and n^2 + n + 1 are twin primes. 8
2, 3, 5, 6, 8, 15, 20, 21, 24, 38, 41, 50, 54, 59, 66, 89, 101, 131, 138, 141, 153, 155, 164, 176, 188, 203, 206, 209, 215, 218, 231, 236, 246, 288, 290, 309, 314, 351, 378, 395, 405, 453, 455, 456, 495, 500 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

EXAMPLE

20*20 + 20 -1 = 419, 419 and 421 twin primes, 20 is the 7-th of the sequence

MATHEMATICA

Select[Range[500], PrimeQ[ #^2+#-1] && PrimeQ[ #^2+#+1] &]

CROSSREFS

Sequence in context: A139443 A216293 A088497 * A194626 A128994 A098211

Adjacent sequences:  A088482 A088483 A088484 * A088486 A088487 A088488

KEYWORD

nonn

AUTHOR

Pierre CAMI (colettecami(AT)aol.com), Nov 09 2003

EXTENSIONS

Corrected description and Mathematica program from T. D. Noe, Jun 22 2004

STATUS

approved

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 May 18 16:42 EDT 2013. Contains 225422 sequences.