A274514 a(n) is the only number m such that 12^(2^m) + 1 is divisible by A273950(n).
1, 0, 3, 1, 2, 3, 2, 7, 5, 6, 12, 15, 6, 4, 14, 3, 11, 11, 18, 8, 12, 19, 18, 6, 12, 18, 19, 11, 21, 10, 19, 29, 8, 26, 16, 4, 38, 21, 23, 39, 14, 42, 40, 30
Offset: 1
Crossrefs
Cf. A273950.
Programs
-
PARI
forstep(p=3, 10^15, 2, if(!Mod(p, 3)==0, if(isprime(p), o=znorder(Mod(12, p)); x=ispower(2*o); if(2^(x-1)==o, print1(x-2, ", ")))));
Comments