New posts in gcd-and-lcm

Prove that $gcd((a^{n}-b^{n})/(a-b), a-b) = gcd(n(a,b)^{n-1}, a-b)$ for a,b $\in$ $\mathbb{Z}^+$ [duplicate]

Multiplicative inverse of $n+1$ modulo $n^2$ [duplicate]

Prove that if $a$ and $b$ are odd, coprime numbers, then $\gcd(2^a +1, 2^b +1) = 3$

Prove that if $\gcd(a,b)=1$, then $\gcd(a\cdot b,c) = \gcd(a,c)\cdot \gcd(b,c)$. [duplicate]

When does $\gcd(m,\sigma(m^2))$ equal $\gcd(m^2,\sigma(m^2))$? What are the exceptions?

Express $ \operatorname{gcd}\left(5^{m}+7^{m}, 5^{n}+7^{n}\right) $ in terms of $m$ and $n$

If $ar + bs =1$, then $\gcd(a,s) = \gcd(r,b) = \gcd(r,s) = 1$ [duplicate]

Show that $\gcd(3k+2,5k+3)=1$

Prove that $\gcd{\left(\binom M1,\binom M2,\binom M3,\ldots,\binom Mn\right)}=1$ where $M=\mathrm{lcm}(1,2,3,\ldots,n)$

Prove that if $\gcd(a,b)=1$ then $\gcd(ab,c) = \gcd(a,c) \gcd(b,c)$

If a power of 2 divides a number, under what conditions does it divide a binomial coefficient involving the number that it divides?

Let $m \in \mathbb{Z^+} , n \in \mathbb{Z^+}$ and let $d=\gcd(m,n)$. Prove that $m\mathbb{Z}+n\mathbb{Z}=d\mathbb{Z}$

True or false : $\gcd(a_m, a_n) = a_{\gcd(m, n)}$?

Calculating the gcd of complex numbers

Euclidean Algorithm for GCD of polynomials

Why the $GCD$ of any two consecutive Fibonacci numbers is $1$?

Using GCD with remainder to list all the integer elements in the set

How to prove that $\gcd(m^2,m+n) = \gcd(n^2,m+n)$ [duplicate]

Denominator in rational gcd of integer polynomials

Does $\gcd(a,bc)$ divides $\gcd(a, b)\gcd(a, c)$?