A367648 Primes p such that the multiplicative order of 3 modulo p is a power of 3.
2, 13, 109, 433, 757, 3889, 8209, 17497, 52489, 58321, 70957, 1190701, 1705861, 2598157, 6627097, 13463173, 57395629, 23245229341, 79320757897, 1069604540569, 1631815099669, 5774114968057, 8635817966221, 23765922477217, 43781455818469, 307283335691329
Offset: 1
Examples
13 is a term since the multiplicative order of 3 modulo 13 is 3 = 3^1, which means that 13 is a factor of 3^3^1 - 1. 109 is a term since the multiplicative order of 3 modulo 109 is 27 = 3^3, which means that 109 is a factor of 3^3^3 - 1.
Crossrefs
Programs
-
PARI
isA367648(n) = isprime(n) && (n!=3) && isprimepower(3*znorder(Mod(3,n)))
Extensions
a(18)-a(19) from Michel Marcus, Nov 27 2023
a(20)-a(25) from Max Alekseyev, Jul 22 2024
a(26) from Jinyuan Wang, Jan 29 2025
Comments