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.

A305333 Let p be the n-th base-5 Wieferich prime (A123692). a(n) is the value of p-1 divided by the multiplicative order of 5 (mod p^2).

Original entry on oeis.org

1, 2, 1, 4, 1, 1, 16
Offset: 1

Views

Author

Felix Fröhlich, May 30 2018

Keywords

Crossrefs

Programs

  • PARI
    v=[2, 20771, 40487, 53471161, 1645333507, 6692367337, 188748146801]; for(k=1, #v, my(ord=znorder(Mod(5, v[k]^2))); print1((v[k]-1)/ord, ", "))

Formula

a(n) = (A123692(n)-1)/A305332(n).