magma://Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("1629.1");
S:= CuspForms(chi, 4);
N := Newforms(S);
sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(1629, 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}^{25} + 7 T_{2}^{24} - 138 T_{2}^{23} - 1014 T_{2}^{22} + 8085 T_{2}^{21} + 63408 T_{2}^{20} + \cdots + 18978701312 \)
acting on \(S_{4}^{\mathrm{new}}(\Gamma_0(1629))\).