With a=3 and r=2 the sum of the first n terms is Sn=3(2n−1).
3(2n−1)>100,000⟹2n>33,334.3
The unknown is an exponent, so take logarithms.
n>log2log33,334.3≈0.30104.5229≈15.02
So n=16. Checking the boundary: S15=3(32,767)=98,301 falls short, while S16=3(65,535)=196,605 clears the target.