What are the Chern classes of the tangent bundle $\tau_G$ of the Grassmannian $G=G(2,4)$ of lines in $\mathbb{P}^3$? This is Exercise 5.37 on page 191 of 3264 & All That by Eisenbud and Harris.
By Theorem 3.5, the tangent bundle $\tau_G$ is isomorphic to $\mathcal{S}^{*} \otimes \mathcal{Q}$, where $\mathcal{S}$ and $\mathcal{Q}$ are the universal sub and quotient bundles of $G$. From Section 5.6.2, we have $c(\mathcal{Q})=1+\sigma_{1}+ \cdots+ \sigma_{n-k}$ and $c(\mathcal{S}^{*})=1+\sigma_1+\sigma_{1,1}+\cdots+\sigma_{1,1,\dots,1}$.
I found the following formulas here (https://stacks.math.columbia.edu/tag/02UK) for the first two Chern classes of a tensor product of vector bundles $\mathcal{E}$ and $\mathcal{F}$ which are finite locally free of ranks $r,s$. $$ c_1(\mathcal{E} \otimes \mathcal{F})=rc_1(\mathcal{F})+sc_1(\mathcal{E})$$ $$ c_2(\mathcal{E} \otimes \mathcal{F})=r^2c_2(\mathcal{F})+rsc_1(\mathcal{F})c_1(\mathcal{E})+s^2 c_2(\mathcal{E}).$$ So I think the first two Chern classes are $$ c_1(\tau_G)=2\sigma_1+2\sigma_1=4\sigma_1$$ $$c_2(\tau_G)=4\sigma_2+4\sigma_2\sigma_{1,1}+4\sigma_{1,1}=4(\sigma_2+\sigma_{1,1}),$$ but I haven't been able to find a formula for $c_3$.
Gc[relations_];$[2,{\it c1},{\it c2}-{{\it c1}}^{3},{{\it c2}}^{2}-3,{\it c2},{{\it c1}}^{2}+{{\it c1}}^{4}]$ which are also the third and fourth segre classes of $Q$.segre(Qc)$1+{\it c1},t+ \left( -{\it c2}+{{\it c1}}^{2} \right) {t}^{2}+ \left( -2,{\it c1},{\it c2}+{{\it c1}}^{3} \right) {t}^{3}+ \left( {{\it c2}}^{2}-3,{\it c2},{{\it c1}}^{2}+{{\it c1}}^{4} \right) {t}^{4}$ – Jan-Magnus Økland Feb 20 '21 at 23:38