Question
Question: Consider the polynomial $P(x) = \prod_{k=0}^{10} (x^{2^k} + 2^k) = (x+1)(x^2+2)(x^4+4)....(x^{1024}+...
Consider the polynomial P(x)=∏k=010(x2k+2k)=(x+1)(x2+2)(x4+4)....(x1024+1024).
The coefficient of x2016 is 4n, then value of n is

Answer
5
Explanation
Solution
We have:
P(x)=k=0∏10(x2k+2k)The maximum power of x is:
k=0∑102k=2047.To get x2016, we must miss an exponent sum of:
2047−2016=31.Express 31 in binary:
31=1+2+4+8+16=20+21+22+23+24.Thus, for k=0,1,2,3,4 we choose the constant term 2k and for k=5,6,…,10 we choose x2k.
The coefficient becomes:
20⋅21⋅22⋅23⋅24=2(0+1+2+3+4)=210=1024.Given that the coefficient equals 4n and since 4n=22n, we have:
22n=210⇒2n=10⇒n=5.