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!)
A244146 Primes of the form x^2 + x*y + y^2 with x, y primes. 4
19, 67, 79, 109, 163, 199, 349, 433, 457, 607, 691, 739, 937, 997, 1063, 1093, 1327, 1423, 1447, 1489, 1579, 1753, 1777, 1987, 2017, 2089, 2203, 2287, 2383, 2749, 3229, 3463, 3847, 3943, 4051, 4177, 4513, 4567, 5347, 5413, 5479, 5557, 5653, 6079, 6133, 6271, 6661 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equally: primes that are of the form (p+q)^2 - p*q, with p, q primes. - Antti Karttunen, Jun 21 2014
LINKS
Jean-François Alcover, Table of n, a(n) for n = 1..2089
EXAMPLE
The terms 19, 67, 79 and 1777753 are in the sequence because they can be represented as:
19 = 2^2 + 2*3 + 3^2 = (2+3)^2 - 2*3.
67 = 2^2 + 2*7 + 7^2 = (2+7)^2 - 2*7.
79 = 3^2 + 3*7 + 7^2 = (3+7)^2 - 3*7.
1777753 = 677^2 + 677*859 + 859^2 = (677+859)^2 - 677*859.
MATHEMATICA
Reap[For[p = 2, p < 10^4, p = NextPrime[p], If[Reduce[p == x^2 + x y + y^2, {x, y}, Primes] =!= False, Print[p]; Sow[p]]]][[2, 1]] (* Jean-François Alcover, Jul 12 2019 *)
CROSSREFS
Subsequence of A007645.
Cf. A045331.
Sequence in context: A093485 A226633 A156967 * A104047 A239714 A201781
KEYWORD
nonn
AUTHOR
Peter Luschny, Jun 21 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 April 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)