
# q-expansion of newform 126.2.h.a, downloaded from the LMFDB on 21 June 2026.

# We generate the q-expansion using the Hecke eigenvalues a_p at the primes.
# Each a_p is given as a linear combination
# of the following basis for the coefficient ring.

def make_data():

    from sage.all import prod, floor, prime_powers, gcd, QQ, primes_first_n, next_prime, RR

    def discrete_log(elts, gens, mod):
        # algorithm 2.2, page 16 of https://arxiv.org/abs/0903.2785
        def table_gens(gens, mod):
            T = [1]
            n = len(gens)
            r = [None]*n
            s = [None]*n
            for i in range(n):
                beta = gens[i]
                r[i] = 1
                N = len(T)
                while beta not in T:
                    for Tj in T[:N]:
                        T.append((beta*Tj) % mod)
                    beta = (beta*gens[i]) % mod
                    r[i] += 1
                s[i] = T.index(beta)
            return T, r, s
        T, r, s = table_gens(gens, mod)
        n = len(gens)
        N = [ prod(r[:j]) for j in range(n) ]
        Z = lambda s: [ (floor(s/N[j]) % r[j]) for j in range(n)]
        return [Z(T.index(elt % mod)) for elt in elts]
    def extend_multiplicatively(an):
        for pp in prime_powers(len(an)-1):
            for k in range(1, (len(an) - 1)//pp + 1):
                if gcd(k, pp) == 1:
                    an[pp*k] = an[pp]*an[k]
    from sage.all import PolynomialRing, NumberField
    R = PolynomialRing(QQ, "x")
    f = R(poly_data)
    K = NumberField(f, "a")
    betas = [K.gens()[0]**i for i in range(len(poly_data))]
    convert_elt_to_field = lambda elt: sum(c*beta for c, beta in zip(elt, betas))
    # convert aps to K elements
    primes = primes_first_n(len(aps_data))
    good_primes = [p for p in primes if not p.divides(level)]
    aps = map(convert_elt_to_field, aps_data)
    if not hecke_ring_character_values:
        # trivial character
        char_values = dict(zip(good_primes, [1]*len(good_primes)))
    else:
        gens = [elt[0] for elt in hecke_ring_character_values]
        gens_values = [convert_elt_to_field(elt[1]) for elt in hecke_ring_character_values]
        char_values = dict([(
            p,prod(g**k for g, k in zip(gens_values, elt)))
            for p, elt in zip(good_primes, discrete_log(good_primes, gens, level))
            ])
    an_list_bound = next_prime(primes[-1])
    an = [0]*an_list_bound
    an[1] = 1
    
    from sage.all import PowerSeriesRing
    PS = PowerSeriesRing(K, "q")
    for p, ap in zip(primes, aps):
        if p.divides(level):
            euler_factor = [1, -ap]
        else:
            euler_factor = [1, -ap, p**(weight - 1) * char_values[p]]
        k = RR(an_list_bound).log(p).floor() + 1
        foo = (1/PS(euler_factor)).padded_list(k)
        for i in range(1, k):
            an[p**i] = foo[i]
    extend_multiplicatively(an)
    return PS(an)
level = 126
weight = 2
poly_data = [1, -1, 1]

# The basis for the coefficient ring is just the power basis
# in the root of the defining polynomial above.
hecke_ring_character_values = [[29, [0, -1]], [73, [-1, 1]]]
aps_data = [[0, -1], [-1, -1], [-3, 0], [-2, 3], [-3, 0], [0, -5], [0, -3], [-5, 5], [-3, 0], [3, -3], [4, -4], [7, -7], [0, 9], [-11, 11], [0, 0], [0, 3], [-12, 12], [0, -2], [4, -4], [0, 0], [0, -11], [0, -8], [-3, 3], [-15, 15], [1, -1], [-3, 0], [5, 0], [15, -15], [0, 7], [0, -15], [-16, 0], [3, 0], [3, 0], [0, -5], [-3, 0], [11, 0], [-14, 14], [-17, 17], [0, -3], [0, -6], [0, -3], [-10, 0], [0, -12], [-14, 14], [-6, 0], [0, 7], [0, -5], [-17, 17], [9, 0], [17, 0], [-27, 27], [0, -27], [23, 0], [12, 0], [15, 0], [-9, 0], [0, -21], [13, -13], [-7, 0], [-3, 3], [-8, 8], [0, 27], [-28, 0], [24, -24], [0, -14], [0, -30], [0, -20], [0, 25], [12, -12], [-5, 5], [-9, 0], [-15, 15], [-1, 0], [17, 0], [-16, 0], [-15, 0], [9, 0], [-29, 29], [27, 0], [22, -22], [0, 3], [31, -31], [0, 3], [14, 0], [0, -8], [0, 0], [30, 0], [0, 34], [-9, 9], [0, -35], [3, -3], [-9, 0], [0, 31], [0, 39], [11, 0], [-12, 0], [-27, 0], [0, -3], [7, -7], [-17, 17], [-11, 11], [0, 3], [12, -12], [0, -30], [-20, 20], [0, -11], [33, -33], [21, -21], [0, 0], [1, -1], [-43, 0], [0, 31], [0, -3], [-19, 0], [8, 0], [-45, 0], [0, -29], [0, 3], [9, 0], [-39, 39], [-14, 14], [-11, 11], [0, -6], [0, 33], [0, -20], [6, 0], [0, 10], [-39, 39], [-5, 5], [41, 0], [0, -47], [0, -3], [29, 0], [14, 0], [3, 0], [0, 1], [0, -21], [-44, 44], [0, 27], [0, -39], [20, 0], [0, 54], [40, -40], [-24, 0], [0, -41], [39, -39], [-17, 17], [-33, 0], [11, 0], [-15, 15], [-43, 0], [6, 0], [-4, 0], [-39, 0], [17, 0], [-9, 9], [1, -1], [0, 18], [-34, 0], [-54, 54], [0, 12], [-6, 0], [0, 49], [27, -27], [-6, 6], [-21, 0], [0, -29], [41, 0]]
