m=n^2-n
a is greatest number that always divides m^2-2m for n,m are always integers
find total no. of possible factors of a^2[excluding 1 and itself]
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
m^2-2m=[n-2][n-1][n][n+1]
divisible by 4!
a=24
a^2=576=2^6*3^2 total factors=[6+1][2+1]=21
but exclude 1 and 576
so,there are 19 such factors