login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A242625 Primes p such that p + prime(p) is a square. 1
5, 241, 503, 3299, 4861, 9749, 10501, 11633, 13799, 14057, 23003, 40493, 56569, 74323, 90023, 90641, 185177, 224633, 307187, 367097, 648887, 732761, 766679, 954221, 997103, 1004567, 1070423, 1095491, 1100311, 1252997, 1284083, 1434757, 1483397, 1695139, 1716521, 1720151, 2115823, 2176817
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
p = 5, q = prime(5) = 11, p + q = 16 = 4^2.
p = 241, q = prime(241) = 1523, p + q = 1764 = 42^2.
MATHEMATICA
Select[Prime[Range[200000]], IntegerQ[Sqrt[#+Prime[#]]]&] (* Harvey P. Dale, Apr 15 2019 *)
PROG
(PARI) s=[]; forprime(p=2, 3000000, if(issquare(p+prime(p)), s=concat(s, p))); s \\ Colin Barker, May 19 2014
CROSSREFS
Cf. A073136.
Sequence in context: A174767 A230885 A142732 * A085115 A317165 A327582
KEYWORD
nonn
AUTHOR
Zak Seidov, May 19 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 10:47 EDT 2024. Contains 375999 sequences. (Running on oeis4.)