What is the smallest integer n, greater than 1, such that
1n(mod130) and 1n(mod9)
are both defined?
There is an invertible modulo 130, if gcd(130 and n are relatively prime)
There is an invertible modulo 9, if (9 and n are relatively prime)
The smallest integer is 7
