$x^{a} +1$ and $x^{b} +1$ are the factors of$ 1 + x + x^{2} + ... +x^{255}$ for distinct a and b find maximum value of a+b.
I dont know how to get to solve this problem...
I don't have prior knowledge as well to show my work..
help
$x^{a} +1$ and $x^{b} +1$ are the factors of$ 1 + x + x^{2} + ... +x^{255}$ for distinct a and b find maximum value of a+b.
I dont know how to get to solve this problem...
I don't have prior knowledge as well to show my work..
help
Hint:
We know that $$1+x+x^2+\cdots +x^n =\frac {x^{n+1}-1}{x-1}$$ Using this we get our expression as $$\frac {x^{256}-1}{x-1}$$ $$=(x+1)(x^2+1)(x^4+1)(x^8+1)(x^{16}+1)(x^{32}+1)(x^{64}+1)(x^{128}+1) $$ Hope you can take it from here.