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!)
A236193 Primes p with prime(p)^2 + (2*p)^2 and p^2 + (2*prime(p))^2 both prime. 5
3, 139, 179, 233, 491, 929, 1217, 1429, 1597, 1613, 1987, 2243, 3061, 3499, 3529, 4507, 5737, 5779, 6329, 7247, 7823, 8263, 8839, 9941, 10259, 11317, 11383, 12157, 12421, 13093, 13219, 13367, 14449, 14669, 15101, 15877, 17449, 18523, 18593, 19051 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
By part (i) of the conjecture in A236192, this sequence should have infinitely many terms.
LINKS
EXAMPLE
a(1) = 3 since prime(2)^2 + (2*2)^2 = 25 is composite, but prime(3)^2 + (2*3)^2 = 5^2 + 6^2 = 61 and 3^2 + (2*prime(3))^2 = 3^2 + 10^2 = 109 are both prime.
MATHEMATICA
p[n_]:=PrimeQ[Prime[n]^2+(2*n)^2]&&PrimeQ[n^2+(2*Prime[n])^2]
n=0; Do[If[p[Prime[k]], n=n+1; Print[n, " ", Prime[k]]], {k, 1, 10^6}]
CROSSREFS
Sequence in context: A049677 A030247 A139956 * A070322 A053527 A195632
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Jan 20 2014
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 May 7 06:31 EDT 2024. Contains 372300 sequences. (Running on oeis4.)