I was reading the book (Almost) Impossible Integrals, Sums and Series when I came across this problem (1.7) $$\int_0^1\dfrac{\log^2(1+x)}{x}dx=\dfrac{1}{4}\zeta(3)$$
Earlier in the book I had derived the results $$\int_0^1x^m\log^nxdx=(-1)^n\dfrac{n!}{(m+1)^{n+1}}\tag{1}$$ $$\int_0^ax^m\log^nxdx=a^{m+1}\sum_{k=0}^n(-1)^k\binom{n}{k}\dfrac{k!}{(m+1)^{k+1}}\log^{n-k}a\tag{2}$$
My Attempt-
Taking $u=x+1$,
$$I=\int_0^1\dfrac{\log^2(1+x)}{x}dx=\int_1^2\dfrac{\log^2u}{u-1}du=-\int_1^2\sum_{n=1}^\infty u^{n-1}\log^2udu=-\sum_{n=1}^\infty\int_1^2u^{n-1}\log^2udu$$
Now, $$\int_1^2u^{n-1}\log^2udu=\int_0^2u^{n-1}\log^2udu-\int_0^1u^{n-1}\log^2udu$$
By $(1)$, $$\int_0^1u^{n-1}\log^2udu=\dfrac{2}{n^3}$$
By $(2)$, $$\int_0^2u^{n-1}\log^2udu=2^n\sum_{k=0}^2(-1)^k\binom{2}{k}\dfrac{k!}{n^{k+1}}\log^{2-k}2=2^n\left[\dfrac{\log^22}{n}-\dfrac{2\log2}{n^2}+\dfrac{2}{n^3}\right]$$
So, $$\int_1^2u^{n-1}\log^2udu=2^n\left[\dfrac{\log^22}{n}-\dfrac{2\log2}{n^2}+\dfrac{2}{n^3}\right]-\dfrac{2}{n^3}$$
Hence, $$I=-\sum_{n=1}^\infty\left[2^n\left(\dfrac{\log^22}{n}-\dfrac{2\log2}{n^2}+\dfrac{2}{n^3}\right)-\dfrac{2}{n^3}\right]=-\sum_{n=1}^\infty2^n\left(\dfrac{\log^22}{n}-\dfrac{2\log2}{n^2}+\dfrac{2}{n^3}\right)+2\zeta(3)$$
According to the final result, the first term should give $\dfrac{7}{4}\zeta(3)$, which I don't think is possible.
I don't need alternate methods, those are already there in the book. Can anyone spot the mistake or find out how the expression I found can be simplified to get the result?