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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088498 Numbers n such that n^2 + n - 1 and n^2 + n + 1 are twin primes and (n + 1)*(n + 1) + n + 1 - 1 and (n + 1)*(n + 1) + n + 1 + 1 are also twin primes. 0
2, 5, 20, 455, 1364, 2204, 2450, 2729, 8540, 18485, 32198, 32318, 32780, 45863, 61214, 72554, 72560, 82145, 83258, 86603, 91370, 95198, 125333, 149330, 176888, 182909, 185534, 210845, 225665, 226253, 288419, 343160, 350090, 403940, 411500 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

20*20+20-1 =419, 419 421 twin primes and 21*21+21-1 =461, 461 463 twin primes.

MATHEMATICA

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

CROSSREFS

Sequence in context: A158872 A006893 A003163 * A190117 A039777 A000941

Adjacent sequences:  A088495 A088496 A088497 * A088499 A088500 A088501

KEYWORD

base,nonn

AUTHOR

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

EXTENSIONS

Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net) and Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 12 2003

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 16 21:51 EST 2012. Contains 205978 sequences.