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!)
A225098 Numbers k such that k^2 - 2 and 2*k^2 - 1 are both prime. 2
2, 3, 7, 13, 15, 21, 43, 49, 63, 69, 127, 155, 183, 211, 231, 237, 259, 265, 273, 293, 301, 323, 335, 391, 435, 441, 447, 489, 505, 573, 595, 671, 713, 715, 743, 757, 797, 811, 951, 959, 973, 979, 987, 993, 1035, 1147, 1197, 1287, 1359, 1393, 1415, 1429, 1443, 1491, 1525, 1597, 1617, 1653 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes in the sequence: 2, 3, 7, 13, 43, 127, 211, 293, 743, 757, 797, 811, 1429,...
LINKS
EXAMPLE
2^2 - 2 = 2 is prime and 2*2^2 - 1 = 7 is prime, so a(1) = 2.
MATHEMATICA
Select[Range[1653], PrimeQ[#^2 - 2] && PrimeQ[2*#^2 - 1] &] (* T. D. Noe, May 10 2013 *)
CROSSREFS
Intersection of A028870 and A066049.
Sequence in context: A286176 A318401 A322703 * A101739 A363450 A336378
KEYWORD
nonn
AUTHOR
Gerasimov Sergey, Apr 27 2013
EXTENSIONS
Corrected by R. J. Mathar, May 05 2013
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 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)