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.

A043292 Numbers that divide 10^k + 1 for some k.

Original entry on oeis.org

1, 2, 7, 11, 13, 17, 19, 23, 29, 47, 49, 59, 61, 73, 77, 89, 91, 97, 101, 103, 109, 113, 121, 127, 131, 133, 137, 139, 143, 149, 157, 161, 167, 169, 179, 181, 193, 197, 209, 211, 223, 229, 233, 241, 247, 251, 253, 257, 263, 269, 281, 289, 293, 299, 313, 329
Offset: 1

Views

Author

Vladeta Jovovic, Apr 04 2002

Keywords

Crossrefs

Odd primes in this sequence are A028416.

Programs

  • Maple
    filter:= n -> traperror(NumberTheory:-ModularLog(-1,10,n)) <> "no solutions exist":
    filter(2):= true:
    select(filter, [$1..500]); # Robert Israel, Feb 11 2023