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.

Showing 1-1 of 1 results.

A045589 Numbers k that divide 10^k + 3^k.

Original entry on oeis.org

1, 13, 169, 1703, 2197, 22139, 28561, 76739, 223093, 287807, 371293, 447889, 994747, 997607, 2399293, 2900209, 3741491, 4826809, 5802121, 5822557, 10052809, 12931711, 12968891, 29225183, 31190809, 37702717, 48639383, 58673459, 62748517, 75427573, 75693241, 117794807
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A245806.

Programs

  • Mathematica
    Select[Range[10^5], Divisible[PowerMod[10, #, #] + PowerMod[3, #, #], #] &] (* Amiram Eldar, Oct 23 2021 *)

Extensions

a(28)-a(32) from Amiram Eldar, Oct 23 2021
Showing 1-1 of 1 results.