# SageMath code for working with modular form 2016.3.e.c # Compute space of new eigenforms: from sage.modular.dirichlet import DirichletCharacter H = DirichletGroup(2016, base_ring=CyclotomicField(2)) chi = DirichletCharacter(H, H._module([1, 1, 1, 1])) B = ModularForms(chi, 1).cuspidal_submodule().basis() N = [B[i] for i in range(len(B))] # Compute space of new eigenforms: from sage.modular.dirichlet import DirichletCharacter H = DirichletGroup(2016, base_ring=CyclotomicField(2)) chi = DirichletCharacter(H, H._module([1, 1, 1, 1])) N = Newforms(chi, 3, names="a") # select newform: traces = [48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-336] f = next(g for g in N if [g.coefficient(i+1).trace() for i in range(25)] == traces) # q-expansion: f.q_expansion() # note that sage often uses an isomorphic number field