Note that A0=20+32+52=35 , so the GCD must be a factor of 35. The prime factorization of 35 is 5⋅7 , so we need to check if 5 and 7 are factors of the rest of the numbers.
Note that A1=23+38+58 . Taking both sides modulo 5 yields A1≡23+38≡4(mod5) , and taking both sides modulo 7 yields A1≡1+38+58≡1+2+4≡0(mod7) . That means 5 couldn't be the GCD, but 7 could be the GCD.
To confirm that 7 is the GCD of the 2000 numbers, note that by Euler's Totient Theorem , 36≡56≡1(mod7) . That means 36n+2≡(36)n⋅32≡2(mod7) and 56n+2≡(56)n⋅52≡4(mod7) . Also, since 23≡1(mod7) , we have 23n≡(23)n≡1(mod7) . Thus, 23n+36n+2+56n+2≡1+2+4≡0(mod7) , making An a multiple of 7.
In summary, the greatest common divisor of the numbers A0,A1,…,A1999 is 7 .