|
| |
|
|
A033207
|
|
Primes of form x^2+7*y^2.
|
|
9
|
|
|
|
7, 11, 23, 29, 37, 43, 53, 67, 71, 79, 107, 109, 113, 127, 137, 149, 151, 163, 179, 191, 193, 197, 211, 233, 239, 263, 277, 281, 317, 331, 337, 347, 359, 373, 379, 389, 401, 421, 431, 443, 449, 457, 463, 487, 491
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
COMMENTS
|
Primes (other than 7) which can be written in the form a^2 + 7*b^2, a > 0 and b > 0. - V. Raman, Sep 08 2012
|
|
|
REFERENCES
|
D. Cox, "Primes of Form x^2 + n y^2", Wiley, 1989.
|
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n = 1..1000
|
|
|
FORMULA
|
Primes congruent to {1, 7, 9, 11, 15, 23, 25} (mod 28). - T. D. Noe, Apr 29 2008
|
|
|
MATHEMATICA
|
QuadPrimes[1, 0, 7, 10000] (* see A106856 *)
|
|
|
PROG
|
(PARI) is(n)=kronecker(n, 7)>=0 && isprime(n) && n>2 \\ Charles R Greathouse IV, Nov 19 2012
|
|
|
CROSSREFS
|
Essentially the same as A045373. Primes in A020670.
Cf. A002344, A002345, A139643.
Sequence in context: A211433 A039511 A103667 * A095084 A182569 A067790
Adjacent sequences: A033204 A033205 A033206 * A033208 A033209 A033210
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|