A328138 Numbers m that divide 9^m + 8.
1, 17, 803, 1241, 20264753, 28214180783393, 228454543831049
Offset: 1
Crossrefs
Programs
-
Magma
[1] cat [n: n in [1..10^8] | Modexp(9, n, n) + 8 eq n];
-
PARI
isok(n) = Mod(9, n)^n==-8; \\ Michel Marcus, Oct 05 2019
Formula
a(n) > 15n for large enough n. (Surely the sequence grows superlinearly, but I can't prove it.) - Charles R Greathouse IV, Dec 27 2024
Extensions
a(7) from Giovanni Resta confirmed and a(6) added by Max Alekseyev, Dec 27 2024
Comments