
# q-expansion of newform 2520.2.t.k, downloaded from the LMFDB on 15 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, ZZ
    R = PolynomialRing(QQ, "x")
    f = R(poly_data)
    K = NumberField(f, "a")
    betas = [K([c/ZZ(den) for c in num]) for num, den in basis_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 = 2520
weight = 2
poly_data = [2, -4, 4, 2, 2, -2, 1]

# The entries in the following list give a basis for the
# coefficient ring in terms of a root of the defining polynomial above.
# Each line consists of the coefficients of the numerator, and a denominator.
basis_data  = [[[1, 0, 0, 0, 0, 0], 1], [[13, -32, -30, -5, 10, -7], 23], [[-3, -74, -32, 10, 3, -9], 23], [[-11, -72, -10, -17, 11, -10], 23], [[-65, 68, 12, 25, -27, 12], 23], [[55, -54, -42, -30, 37, -19], 23]]

hecke_ring_character_values = [[631, [1, 0, 0, 0, 0, 0]], [1261, [1, 0, 0, 0, 0, 0]], [281, [1, 0, 0, 0, 0, 0]], [2017, [-1, 0, 0, 0, 0, 0]], [1081, [1, 0, 0, 0, 0, 0]]]
aps_data = [[0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, -1], [0, -1, 0, 0, 0, 0], [0, 0, 1, 1, 1, -1], [0, -4, 0, -1, 1, 0], [0, -4, 1, -2, 2, 1], [0, 0, 1, -2, -2, -1], [0, 2, 2, -1, 1, 2], [-2, 0, 0, 0, 0, 0], [-4, 0, -1, 0, 0, 1], [0, 4, 2, 0, 0, 2], [4, 0, -1, 0, 0, 1], [0, 0, 0, 2, -2, 0], [0, 0, 0, 0, 0, 0], [0, 4, 0, -1, 1, 0], [-4, 0, 2, -2, -2, -2], [-2, 0, 4, 0, 0, -4], [0, -4, -2, 2, -2, -2], [4, 0, 3, 1, 1, -3], [0, -8, 2, -1, 1, 2], [0, 0, -2, 0, 0, 2], [0, 4, -2, 2, -2, -2], [0, 0, -3, 2, 2, 3], [0, 0, 2, -1, 1, 2], [0, 0, 1, 2, 2, -1], [0, -8, 2, 0, 0, 2], [0, -6, 2, 1, -1, 2], [-6, 0, -2, 2, 2, 2], [0, 0, 0, -3, 3, 0], [0, 4, -2, 0, 0, -2], [-4, 0, 0, -4, -4, 0], [0, 0, 2, 1, -1, 2], [-12, 0, 3, 0, 0, -3], [6, 0, 2, 0, 0, -2], [0, 0, 0, -2, -2, 0], [0, 4, -2, -1, 1, -2], [0, -4, 0, 0, 0, 0], [0, 8, 2, 2, -2, 2], [0, 8, -1, 2, -2, -1], [8, 0, -1, 3, 3, 1], [6, 0, 2, 4, 4, -2], [12, 0, 1, -5, -5, -1], [0, 4, -4, -2, 2, -4], [0, 4, -4, 3, -3, -4], [0, 0, -1, 2, 2, 1], [-4, 0, 2, -2, -2, -2], [0, 0, 0, 4, -4, 0], [0, -8, -2, 0, 0, -2], [-2, 0, -2, 4, 4, 2], [0, 8, 2, 5, -5, 2], [-12, 0, 1, 3, 3, -1], [2, 0, -2, 0, 0, 2], [4, 0, -6, 2, 2, 6], [0, -12, -3, 0, 0, -3], [0, 14, 2, -3, 3, 2], [-4, 0, 1, 6, 6, -1], [4, 0, 5, 0, 0, -5], [0, -4, -2, -4, 4, -2], [6, 0, -6, 4, 4, 6], [0, 4, 2, 0, 0, 2], [0, -8, 1, -2, 2, 1], [0, -12, 2, 4, -4, 2], [24, 0, 0, 2, 2, 0], [0, -8, 4, 5, -5, 4], [0, -12, 4, -7, 7, 4], [12, 0, -2, -2, -2, 2], [0, 8, -4, 4, -4, -4], [0, 2, 2, 1, -1, 2], [-14, 0, 4, -4, -4, -4], [0, -12, 5, -6, 6, 5], [-20, 0, -1, 1, 1, 1], [0, -8, 0, -4, 4, 0], [0, -8, -2, 4, -4, -2], [-12, 0, 0, -2, -2, 0], [0, -4, -6, 4, -4, -6], [18, 0, -4, 4, 4, 4], [0, 12, -2, -3, 3, -2], [-14, 0, 2, 0, 0, -2], [-6, 0, -6, -4, -4, 6], [-4, 0, -4, 2, 2, 4], [14, 0, -2, 6, 6, 2], [-12, 0, -1, 1, 1, 1], [0, 0, -4, 5, -5, -4], [-16, 0, 3, 2, 2, -3], [0, 14, -2, 7, -7, -2], [-6, 0, 0, 4, 4, 0], [0, 0, 4, 2, -2, 4], [12, 0, 5, 0, 0, -5], [0, -4, -6, 0, 0, -6], [0, 16, -2, 4, -4, -2], [-24, 0, 0, -2, -2, 0], [0, 16, 2, 6, -6, 2], [16, 0, -7, 5, 5, 7], [-20, 0, -4, 2, 2, 4], [0, -4, -2, -4, 4, -2], [-4, 0, -5, -2, -2, 5], [-16, 0, -1, 4, 4, 1], [0, -20, 0, -4, 4, 0], [10, 0, 2, -6, -6, -2], [0, 20, 6, -2, 2, 6], [0, -4, 0, -7, 7, 0], [0, 0, -4, 2, -2, -4], [-2, 0, -2, -4, -4, 2], [20, 0, -4, 0, 0, 4], [0, -16, -4, 3, -3, -4], [0, 0, -8, 2, -2, -8], [0, -20, -1, 6, -6, -1], [-12, 0, -1, -3, -3, 1], [-10, 0, 8, -4, -4, -8], [0, 0, -8, 4, -4, -8], [0, -8, 2, -6, 6, 2], [0, 24, 2, -5, 5, 2], [-12, 0, 7, 0, 0, -7], [-8, 0, 2, 8, 8, -2], [6, 0, -6, -4, -4, 6], [0, 12, -2, -8, 8, -2], [0, -16, 2, -2, 2, 2], [0, -12, 6, -3, 3, 6], [0, 0, -3, 9, 9, 3], [-34, 0, 4, -4, -4, -4], [0, 4, 4, -4, 4, 4], [0, 0, -3, 6, -6, -3], [0, 6, -2, -5, 5, -2], [-4, 0, 7, 0, 0, -7], [2, 0, 4, -4, -4, -4], [6, 0, 8, 0, 0, -8], [-8, 0, 6, -4, -4, -6], [0, -16, -6, -4, 4, -6], [0, -20, -8, 3, -3, -8], [-28, 0, 0, 4, 4, 0], [0, 2, 6, -5, 5, 6], [8, 0, -10, 10, 10, 10], [0, -8, 6, -12, 12, 6], [-16, 0, 5, -6, -6, -5], [10, 0, -4, 0, 0, 4], [0, -16, -3, -2, 2, -3], [0, -4, -4, -4, 4, -4], [0, 8, 1, 6, -6, 1], [-10, 0, 4, -8, -8, -4], [-4, 0, -3, -8, -8, 3], [14, 0, -10, 8, 8, 10], [0, 20, 2, 0, 0, 2], [0, -30, 2, -3, 3, 2], [-14, 0, 2, 8, 8, -2], [-32, 0, 2, 2, 2, -2], [0, 4, 14, -9, 9, 14], [0, -4, -7, 4, -4, -7], [-48, 0, -1, -2, -2, 1], [0, -6, -6, -1, 1, -6], [0, 16, 2, -2, 2, 2], [12, 0, 5, -10, -10, -5], [0, 16, -2, 8, -8, -2], [0, 8, 4, 8, -8, 4], [0, -16, 2, -8, 8, 2], [4, 0, 1, 11, 11, -1], [16, 0, -6, 2, 2, 6], [-8, 0, 3, 2, 2, -3], [0, 8, 4, 9, -9, 4], [16, 0, -5, 4, 4, 5], [0, 6, 2, -9, 9, 2], [0, -32, 4, -3, 3, 4], [0, -12, 8, -14, 14, 8], [-20, 0, 10, 0, 0, -10], [0, -16, -2, -5, 5, -2], [0, 36, -4, 10, -10, -4], [24, 0, 6, -6, -6, -6], [0, -4, 2, 9, -9, 2], [22, 0, 4, -8, -8, -4], [0, -32, -3, 2, -2, -3], [0, 0, 11, 7, 7, -11], [2, 0, -4, 12, 12, 4], [-20, 0, -5, 5, 5, 5], [0, 36, 4, 2, -2, 4], [16, 0, 5, 6, 6, -5], [0, 0, -1, 8, 8, 1], [-4, 0, -10, 8, 8, 10], [-10, 0, -8, 4, 4, 8], [0, 0, -2, 0, 0, -2], [-2, 0, -4, 4, 4, 4], [0, -12, 0, 10, -10, 0], [-12, 0, 10, -8, -8, -10], [0, 4, -10, -2, 2, -10], [0, -20, 3, -10, 10, 3], [0, -2, -6, 1, -1, -6], [-16, 0, -7, 14, 14, 7], [0, -8, 6, 6, -6, 6], [0, -20, 8, -8, 8, 8], [2, 0, 8, -8, -8, -8], [16, 0, -2, 4, 4, 2], [0, -16, -10, 9, -9, -10], [0, 6, 2, -5, 5, 2], [-4, 0, 8, -2, -2, -8], [4, 0, -5, 0, 0, 5], [0, -10, 6, -5, 5, 6], [0, -4, -9, 2, -2, -9], [26, 0, -4, -8, -8, 4], [0, -20, 10, -2, 2, 10], [0, 4, 5, 12, -12, 5], [0, 24, 6, -2, 2, 6], [26, 0, 2, 4, 4, -2], [-40, 0, 9, -2, -2, -9], [0, 44, -4, -1, 1, -4], [-2, 0, -2, -8, -8, 2], [36, 0, 2, 0, 0, -2], [0, 0, 1, -6, 6, 1], [16, 0, -3, -6, -6, 3], [0, 14, 6, -1, 1, 6], [-2, 0, 8, 0, 0, -8], [16, 0, -3, -10, -10, 3], [0, -16, -4, 6, -6, -4], [20, 0, 1, 2, 2, -1], [0, -32, 4, -16, 16, 4], [0, 12, 10, 2, -2, 10], [-32, 0, -2, 10, 10, 2], [6, 0, 8, -16, -16, -8], [0, 0, 10, 2, -2, 10], [20, 0, 11, 2, 2, -11], [0, 10, -6, -5, 5, -6], [0, -44, 2, 1, -1, 2], [-22, 0, 8, 0, 0, -8], [12, 0, -3, 4, 4, 3], [6, 0, 0, 0, 0, 0], [0, -8, -4, 4, -4, -4], [0, 4, -8, 8, -8, -8], [6, 0, 8, 0, 0, -8], [0, -20, 7, -12, 12, 7], [-36, 0, 7, 5, 5, -7], [0, 8, -6, 8, -8, -6], [8, 0, 1, -7, -7, -1], [0, 24, -2, 12, -12, -2], [-8, 0, -3, 10, 10, 3], [-24, 0, 16, -14, -14, -16], [-30, 0, 0, 8, 8, 0], [0, 4, 2, 16, -16, 2], [0, -12, 4, 2, -2, 4], [2, 0, -18, 0, 0, 18], [0, 4, -12, 1, -1, -12], [32, 0, -1, -1, -1, 1], [-24, 0, 2, 4, 4, -2], [0, 18, 6, 1, -1, 6], [60, 0, -3, 4, 4, 3], [0, 8, 0, 4, -4, 0], [-14, 0, 0, 0, 0, 0], [0, 12, 15, -8, 8, 15], [24, 0, -10, -2, -2, 10], [0, -24, 6, -4, 4, 6], [4, 0, 0, 6, 6, 0], [4, 0, -6, -4, -4, 6], [0, 18, 6, 7, -7, 6], [0, 8, -6, -2, 2, -6], [-4, 0, -1, 2, 2, 1], [0, -54, 2, -5, 5, 2], [34, 0, 2, 0, 0, -2], [0, -16, 5, -14, 14, 5], [16, 0, 3, -1, -1, -3], [26, 0, -8, 8, 8, 8], [0, 36, 2, 4, -4, 2], [0, 0, -1, 2, -2, -1], [0, 48, -4, -1, 1, -4], [0, -4, 14, -12, 12, 14], [0, 18, -6, 5, -5, -6], [38, 0, -2, -4, -4, 2], [0, -4, -2, 5, -5, -2], [0, 12, 9, 2, -2, 9], [4, 0, 5, 4, 4, -5], [-6, 0, -2, -4, -4, 2], [48, 0, -1, 4, 4, 1], [0, -52, 2, -6, 6, 2], [0, 44, -2, -3, 3, -2], [10, 0, -16, 12, 12, 16], [0, -16, 8, -18, 18, 8], [0, 16, 6, -3, 3, 6], [16, 0, -6, -2, -2, 6], [0, 56, 2, -1, 1, 2], [0, -24, 2, -4, 4, 2], [0, 2, -10, 9, -9, -10], [2, 0, -6, -10, -10, 6], [-22, 0, 10, -6, -6, -10], [20, 0, 2, 2, 2, -2], [0, 36, -4, -2, 2, -4], [0, 0, 6, 12, 12, -6], [0, 12, -12, 2, -2, -12], [-46, 0, 8, 0, 0, -8], [0, -52, 4, -4, 4, 4], [-4, 0, -11, 15, 15, 11], [0, 24, -12, -2, 2, -12], [0, 12, -8, -15, 15, -8], [44, 0, 5, -4, -4, -5], [40, 0, -13, 6, 6, 13], [-2, 0, 6, 8, 8, -6], [0, -4, -6, 14, -14, -6], [0, 32, 18, -3, 3, 18], [-36, 0, -8, 6, 6, 8], [0, 32, -6, 20, -20, -6], [-12, 0, 11, -4, -4, -11], [16, 0, -9, -2, -2, 9], [0, 8, -7, 8, -8, -7], [-4, 0, -2, 14, 14, 2], [0, 28, -8, -8, 8, -8], [0, -48, 4, 7, -7, 4], [0, 44, -2, 7, -7, -2], [0, 0, -4, 20, 20, 4]]
