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.

A319025 Primes p such that W_p == 2 (mod p), where W_p = A007619(n) and p = prime(n).

Original entry on oeis.org

19, 1187, 14296621, 16556218163369
Offset: 1

Views

Author

Felix Fröhlich, Sep 08 2018

Keywords

Comments

These are the members of René Gy's set W_2 (cf. Gy, 2018).
The sequence is complete to 2*10^13, with the higher terms coming from a list of primes with small Wilson quotients in the article by Costa, Gerbicz, and Harvey. - John Blythe Dobson, Jan 05 2021

Crossrefs

Programs

  • PARI
    forprime(p=1, , if(Mod(((p-1)!+1)/p, p)==2, print1(p, ", ")))