I'm reading the paper Rational Analogs in projective planes by Zhixu Su. I am trying to work out the example to calculate the form $e_2$ for dimension 16 in the paper. I am however not sure how to proceed from the step before the last one to the last one. I tried grouping things with $p_j=\sum_{i_1<...<i_j}^{k/2}x_{i_1}^2...x_{i_j}^2$, the jth Pontryagin class, without success. In the expression, $k$ represents the dimension of the manifold. Here are the steps that are featured in the paper:
$$ e_2 = \sigma_2 (e^{x_1} + e^{-x_1}-2,x^{x_2} + e^{-x_2}-2,...) \\ =\sum_{j,k}(e^{x_j}+e^{-x_j}-2)(e^{x_k}+e^{-x_k}-2) \\ =\sum_{j,k}(x_j^2+\frac{x_j^4}{12}+\frac{x_j^6}{360}+\frac{x_j^8}{20160} + O(x_j^9))(x_k^2+\frac{x_k^4}{12}+\frac{x_k^6}{360}+\frac{x_k^8}{20160} + O(x_k^9)) \\ =\sum_{j,k}(x_j^2x_k^2 + \frac{x_j^4x_k^4}{144}+\frac{x_j^2x_k^6}{360}+\frac{x_j^6x_k^2}{360})+\text{terms of degree other than 8 and 16} \\ =p_2+\frac{p_2^2}{720}+\frac{p_4}{360} $$
Where we set beforehand $p_1=p_3=0$.