|
| |
|
|
A051025
|
|
Primes p for which pi_{4,3}(p)-pi_{4,1}(p)=-1, where pi_{m,a}(x) is the number of primes <= x which are congruent to a (mod m).
|
|
4
| |
|
|
26861, 616841, 616849, 616877, 617011, 617269, 617327, 617339, 617359, 617369, 617401, 617429, 617453, 617521, 617537, 617689, 617699, 617717, 622813, 622987, 623003, 623107, 623209, 623299, 623321, 623341, 623353, 623401, 623423, 623437
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
A. Granville and G. Martin, Prime number races
|
|
|
MATHEMATICA
| For[i=2; d=0, True, i++, d+=Mod[p=Prime[i], 4]-2; If[d==-1, Print[p]]]
|
|
|
CROSSREFS
| Cf. A051024, A007350, A066520.
Cf. A156749 Sequence showing Chebyshev bias in prime races (mod 4). [From Daniel Forgues (squid(AT)zensearch.com), Mar 26 2009]
Sequence in context: A093180 A093181 A199547 * A048921 A176359 A162144
Adjacent sequences: A051022 A051023 A051024 * A051026 A051027 A051028
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Eric Weisstein (eric(AT)weisstein.com)
|
|
|
EXTENSIONS
| Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Mar 10 2002
|
| |
|
|