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!)
A137460 Prime numbers k such that k^2 +- (k+1) are primes. 1
3, 5, 17, 71, 101, 131, 677, 839, 857, 1091, 1217, 2129, 2309, 2339, 2957, 3137, 3449, 3989, 4409, 6569, 6719, 6761, 7229, 8501, 8627, 8807, 9521, 9689, 9749, 10589, 10631, 11621, 11777, 11927, 12641, 13487, 13931, 14519, 15527, 15797, 16007 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A053182 INTERSECT A091567. [R. J. Mathar, Apr 19 2009]
EXAMPLE
3^2 +- 4 -> (5,13) Primes,
5^2 +- 6 -> (19,31) Primes.
MATHEMATICA
Select[Prime[Range[800]], PrimeQ[ #^2 - (# + 1)] && PrimeQ[ #^2 + (# + 1)] &]
CROSSREFS
Sequence in context: A251737 A125957 A259908 * A319908 A356256 A232238
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Karl Hovekamp, Jan 24 2009
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 June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)