Solution: My attempt:
=$9^2-2^2 +13^2-2^2+17^2-2^2...97^2-2^2$
=$(9^2+13^2+17^2...97^2)-2^2( 23 )$
Focus on the first part. 81+169+289+441...Here first-order differences are 88, 120, 152... and the second-order difference is common to be 32. Therefore the series is of the form of $p(n)^2+q(n)+r$. If we plug n=0, we get the first term, if plug n=1, we get the second term, if we plug n=2, we get the third term and so on.
$p*0^2+q*0+r=81$
r=81
$p*1^2*q*1+81=169$
$p+q+81=169$
$p+q=88…(1)$
$p*2^2+q*2+81=289$
$4p+2q=208…(2)$
Solving (1) and (2), we get p =16, q =72, and r =81.
Therefore the general term formula is $16n^2+72n+81$. Now, if we start adding them up, 81 will be there 23 times. Then there will be 72, 144, 216 etc, 22 times. This sum will be 72(1+2+3+...22) =18216. At the last 16n^2 will be there 22 times. This sum will be $16(1^2+2^2+3^2...22^2) = 16 ((22) (23) (45)/6) = 60720$. Grand total is $1863+18216+60720-92= 80707$.