magma://Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("415.1");
S:= CuspForms(chi, 4);
N := Newforms(S);
sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(415, 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}^{21} + 5 T_{2}^{20} - 115 T_{2}^{19} - 562 T_{2}^{18} + 5494 T_{2}^{17} + 26144 T_{2}^{16} + \cdots - 42094592 \)
acting on \(S_{4}^{\mathrm{new}}(\Gamma_0(415))\).