magma://Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1849.1");
S:= CuspForms(chi, 4);
N := Newforms(S);
sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1849, base_ring=CyclotomicField(2))
chi = DirichletCharacter(H, H._module([0]))
N = Newforms(chi, 4, names="a")
This newform subspace can be constructed as the kernel of the linear operator
\( T_{2}^{30} - 6 T_{2}^{29} - 159 T_{2}^{28} + 964 T_{2}^{27} + 11181 T_{2}^{26} - 68576 T_{2}^{25} + \cdots - 491617257984 \)
acting on \(S_{4}^{\mathrm{new}}(\Gamma_0(1849))\).