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.

A015958 Numbers k such that k | 10^k + 1.

Original entry on oeis.org

1, 11, 121, 253, 1331, 2783, 5819, 11891, 14641, 30613, 35167, 45023, 64009, 96569, 130801, 133837, 161051, 273493, 336743, 386837, 495253, 527197, 558877, 640343, 704099, 808841, 1035529, 1062259, 1438811, 1472207, 1652849, 1771561, 2221087, 3008423, 3045449
Offset: 1

Views

Author

Keywords

Crossrefs

Solutions to b^k == -1 (mod k): A006521 (b=2), A015949 (b=3), A015950 (b=4), A015951 (b=5), A015953 (b=6), A015954 (b=7), A015955 (b=8), A015957 (b=9), this sequence (b=10), A015960 (b=11), A015961 (b=12), A015963 (b=13), A015965 (b=14), A015968 (b=15), A015969 (b=16).
Column k=10 of A333429.

Programs

  • Mathematica
    Select[Range[15*10^5],PowerMod[10,#,#]==#-1&] (* Harvey P. Dale, Oct 01 2017 *)

Extensions

Corrected by T. D. Noe, Oct 31 2006