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.

A177912 Numbers k such that k^3 divides 12^(k^2) - 1.

Original entry on oeis.org

1, 11, 253, 11891, 77209, 768361, 1775807, 17666737, 36112967, 61488361, 83462929, 154261943, 173185331, 591303757, 830336639, 971656873, 2936791979, 4139054953, 5393125859, 8139710557, 8142849781, 45667873031, 53653880269
Offset: 1

Views

Author

Alexander Adamchuk, May 14 2010

Keywords

Comments

11 divides a(n) for n > 1.

Crossrefs

Programs

  • Mathematica
    Join[{1}, Select[Range[3000000], PowerMod[12, #^2, #^3] == 1 &]] (* Robert Price, Mar 31 2020 *)

Extensions

More terms from Max Alekseyev, Oct 02 2010