cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A306891 Primes p for which pi_{3,2}(p) < pi_{3,1}(p), where pi_{m,a}(x) is the number of primes <= x which are congruent to a (mod m).

Original entry on oeis.org

608981813029, 608981813137, 608981813191, 608981813261, 608981813269, 608981813273, 608981813311, 608981813347, 608981813357, 608981813449, 608981813459, 608981813683, 608981813701, 608981813707, 608981813711, 608981813717, 608981813719, 608981813777, 608981813779
Offset: 1

Views

Author

Jianing Song, Mar 16 2019

Keywords

Comments

Primes p such that Sum_{primes q <= p} Kronecker(-3,q) > 0.
Indices of negative terms in A321856. See also the comment about Chebyshev's bias in A321856.

Crossrefs

Programs

  • PARI
    my(i=0); forprime(p=608981813029, 608981820000, i+=kronecker(-3, p); if(i>0, print1(p, ", ")))

Formula

a(n) = prime(A096630(n)).