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.

A339639 a(n) is the sum of the Wieferich and Wall-Sun-Sun residues of prime(n).

Original entry on oeis.org

3, 6, 20, 35, 110, 78, 493, 114, 736, 783, 961, 518, 2542, 2752, 2820, 3392, 1062, 5124, 1139, 4047, 8322, 5372, 5727, 979, 9118, 19089, 8343, 3959, 10137, 16159, 3937, 10611, 15207, 20433, 32184, 17516, 19782, 37001, 15197, 23009, 40096, 50499, 27504, 26055
Offset: 1

Views

Author

Felix Fröhlich, Dec 11 2020

Keywords

Comments

If a(n) = 0 then prime(n) is both a Wieferich prime (A001220) and a Wall-Sun-Sun (Fibonacci-Wieferich) prime.
If the first case of Fermat's last theorem fails for a prime p, that prime is both a Wieferich prime (cf. Wieferich, 1909) and a Wall-Sun-Sun prime (cf. Sun, 1992).

Crossrefs

Programs

  • PARI
    a(n) = my(p=prime(n)); lift(Mod([1, 1; 1, 0]^(p-kronecker(p, 5)), p^2)[1, 2]) + lift(Mod(2, p^2)^(p-1)) - 1

Formula

a(n) = A196202(n) + A113650(n) - 1.