Given a polynomial with "large" coefficients and powers over $\mathbb{Z}$ or $\mathbb{Q}$, how can we check the irreducibility of it?
For example, let us have the following polynomial in $\mathbb{Z}[X]$:
3072*x^42 + 65536*x^41 + 21504*x^40 + 107520*x^38 + 2293760*x^37 + 752640*x^36 + 1693440*x^34 + 36126720*x^33 + 11854080*x^32 + 15805440*x^30 + 337182720*x^29 + 110638080*x^28 + 96808320*x^26 + 2065244160*x^25 + 677658240*x^24 + 406594944*x^22 + 8674025472*x^21 + 2846164608*x^20 + 1185901920*x^18 + 25299240960*x^17 + 8301313440*x^16 + 2371803840*x^14 + 50598481920*x^13 + 16602626880*x^12 + 3112992540*x^10 + 66410507520*x^9 + 21790947780*x^8 + 2421216420*x^6 + 51652616960*x^5 + 16948514940*x^4 + 847425747*x^2 + 18078415936*x + 5931980230
In a second, sagemath says that it is irreducible. By hand, it is clearly not that easy.
Mathematica gives this simplification:
$$x \left(4 (x+21) (3 x+1) \left(x^4+7\right) \left(4 \left(4 x^{12}+70 x^8+490 x^4+1715\right) x^4+12005\right) \left(4 \left(2 x^4+7\right) \left(2 \left(x^4+7\right) x^4+49\right) x^4+2401\right) x^3+847425747 x+18078415936\right)+5931980230$$