magma://Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("2445.1");
S:= CuspForms(chi, 4);
N := Newforms(S);
sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(2445, base_ring=CyclotomicField(2))
chi = DirichletCharacter(H, H._module([0, 0, 0]))
N = Newforms(chi, 4, names="a")
This newform subspace can be constructed as the kernel of the linear operator
\( T_{2}^{43} - 18 T_{2}^{42} - 109 T_{2}^{41} + 3743 T_{2}^{40} - 2670 T_{2}^{39} - 347968 T_{2}^{38} + \cdots + 97630374854656 \)
acting on \(S_{4}^{\mathrm{new}}(\Gamma_0(2445))\).