[quote=naresh007;1048902]
yea, accepted that is not the formulae for the Sum of divisors but its for the unique divisors ...OMG! what a kind of mess...
.. Thanks Vaibhav & Sandeep
....for makin me aware of my mistake..
Finally, plz find the formulae i'm attached below for the sum of the divisors: i hope you might find clear explanation now: First check one Eg:
σ0(12)
is the number of the divisors of 12:
σ0(12) = 10 + 20 + 30 + 40 + 60 + 120
= 1 + 1 + 1 + 1 + 1 + 1 = 6.
while σ1(12)
is the sum of all the divisors:
σ1(12) = 1^1 + 2^1 + 3^1 + 4^1 + 6^1 + 12^1
= 1 + 2 + 3 + 4 + 6 + 12 = 28.
sum of its divisors equals :
2^2 * 3 = {(2^3 - 1)/2-1 } * { (3^2 -1)/3-1} = 7*4 = 28
now similary, following the above principle for a= 2^66*3^33 , b= 2^23*17^23, c= 2^47
to find the total sum of divisors of a + b + c,
1st we calculate individually a, b, c and add them..
for a: 2^66*3^33
= {(2^67 - 1)/2-1 } * { (3^34 -1)/3-1} = {2^67 - 1}*{3^34-1} /2
for b: 2^23*17^23,
= {(2^24 - 1)/2-1 } * { (17^24 -1)/17-1} = {(2^24 - 1) } * { (17^24 -1)/16}
for c: 2^47
= {(2^48 - 1)/2-1 } = {(2^48 - 1)}
finally,
total sum of its divisors of a + b + c =
i.e. {2^67 - 1}*{3^34-1} /2 + {2^24 - 1} * { (17^24 -1)/16} + {2^48 - 1}
=> {{2^70 - 8}*{3^34 - 1} + {2^24 - 1} * { (17^24 -1)} + {2^52 - 16} } /16
well, i hope the Method is correct now...
sir ji everything is clear now except onething....that is to find the total sum of of divisors of expression a+b+c..y do v add the individual sum of each of a, b and c...