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.

A128400 Numbers k such that k^2 divides 20^k - 1.

Original entry on oeis.org

1, 19, 1432001198261, 3661225986659, 275941052631578947368421, 43838606653900416716028459121, 26357241068661238901986943659181
Offset: 1

Views

Author

Alexander Adamchuk, Mar 08 2007

Keywords

Comments

19 divides a(n) for n > 1.
Subsequence of A128360.

Crossrefs

Programs

  • PARI
    for( n=1, 10^6, Mod(20,n^2)^n - 1 || print1(n",")) \\ M. F. Hasler, Oct 20 2008

Extensions

a(4) from Max Alekseyev, Oct 18 2008
a(5)-a(7) from Max Alekseyev, May 06 2010