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.

A175102 1, followed by list of numbers n such that the number of strong primes and the number of weak primes are equal at the n-th prime.

Original entry on oeis.org

1, 60, 64, 41192, 41194, 41247, 41250, 41252, 41257, 41259, 41261, 41263, 41265, 41267, 41273, 41275, 41277, 41279, 41287, 41317, 41319, 41321, 41323, 41325, 41327, 41328, 41329, 41335, 41336, 41338, 41339, 41341, 41389, 41393, 41397, 41399, 41401, 41404, 41406, 41408, 41412, 41444, 41448, 42112
Offset: 1

Views

Author

G. L. Honaker, Jr., Dec 02 2010

Keywords

Comments

Also, indices of zeros in A092243. - N. J. A. Sloane, Mar 13 2016

Crossrefs

Programs

  • PARI
    my(c=1, q=3, r=2, s=0); print1(c, ", "); forprime(p=5, default(primelimit), c++;(s+=sign(r+0-2*(r=q)+q=p))||print1(c, ", ")) \\ M. F. Hasler, Dec 03 2010

Extensions

More terms from Chris K. Caldwell