A321364 Positive integers m such that 13^m == 12 (mod m).
1, 13757837, 6969969233, 514208575135
Offset: 1
Crossrefs
Programs
-
PARI
is(n) = Mod(13, n)^n==12 \\ Felix Fröhlich, Nov 08 2018
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.
is(n) = Mod(13, n)^n==12 \\ Felix Fröhlich, Nov 08 2018
Comments