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.

A128403 Numbers k such that k^2 divides 23^k-1.

Original entry on oeis.org

1, 2, 4, 6, 8, 11, 12, 20, 22, 24, 40, 42, 44, 60, 66, 78, 84, 88, 120, 132, 156, 168, 212, 220, 264, 312, 420, 424, 440, 444, 462, 474, 546, 620, 636, 660, 780, 820, 840, 858, 888, 924, 948, 1014, 1060, 1092, 1218, 1220, 1240, 1272, 1320, 1560, 1640, 1716
Offset: 1

Views

Author

Alexander Adamchuk, Mar 01 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{1},Select[Range[2000],PowerMod[23,#,#^2]==1&]] (* Harvey P. Dale, May 02 2015 *)