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.

A127106 Numbers k such that k^2 divides 6^k-1.

Original entry on oeis.org

1, 5, 1555, 9673655, 187159211791705, 776119592182705
Offset: 1

Views

Author

Alexander Adamchuk, Jan 05 2007

Keywords

Comments

Subsequence of A014946.

Crossrefs

Programs

  • Mathematica
    Select[Range[20000], IntegerQ[(PowerMod[6, #, #^2 ]-1)/#^2 ]&]

Extensions

Two more terms from Max Alekseyev, May 05 2010