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.

A177911 Numbers k such that k^3 divides 11^(k^2) - 1.

Original entry on oeis.org

1, 2, 4, 5, 6, 10, 12, 20, 30, 42, 60, 68, 78, 84, 114, 122, 156, 204, 210, 222, 228, 244, 340, 366, 390, 420, 444, 546, 570, 610, 732, 780, 798, 820, 876, 930, 1010, 1020, 1092, 1110, 1140, 1164, 1218, 1220, 1428, 1482, 1554, 1596, 1806, 1830, 1860, 2020, 2220
Offset: 1

Views

Author

Alexander Adamchuk, May 14 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{1},Select[Range[2300],PowerMod[11,#^2,#^3]==1&]] (* Harvey P. Dale, Aug 24 2024 *)