magma://Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1875.1");
S:= CuspForms(chi, 4);
N := Newforms(S);
sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1875, base_ring=CyclotomicField(2))
chi = DirichletCharacter(H, H._module([0, 0]))
N = Newforms(chi, 4, names="a")
This newform subspace can be constructed as the kernel of the linear operator
\( T_{2}^{32} - 8 T_{2}^{31} - 168 T_{2}^{30} + 1440 T_{2}^{29} + 12295 T_{2}^{28} - 115354 T_{2}^{27} + \cdots + 25165447561216 \)
acting on \(S_{4}^{\mathrm{new}}(\Gamma_0(1875))\).