A122787 a(n) is the smallest prime p such that the multiplicative order of 10 modulo p is 3^n.
3, 37, 333667, 757, 163, 411361786890737698932559, 313471, 2558791, 618846643, 2238862519, 396319276163359, 34720813
Offset: 0
Examples
p=333667 is the smallest prime such that multiplicative order of 10 modulo p is 3^2, so a(2)=333667.
Links
- J. Brillhart et al., Factorizations of b^n +- 1, b = 2, 3, 5, 6, 7, 10, 11, 12 Up to High Powers, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 2nd edition, 2002.
Programs
-
PARI
a(n) = factor(polcyclo(3^n,10)/3)[1,1] \\ Max Alekseyev, Nov 18 2014
Extensions
Revised and extended by Max Alekseyev, Apr 25 2009
a(13), a(15), a(17), a(20), a(21), a(24) from Ray Chandler, Dec 25 2013
Comments