
# q-expansion of newform 4650.2.d.bd, downloaded from the LMFDB on 27 July 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 = 4650
weight = 2
poly_data = [16, 0, 9, 0, 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], 1], [[0, 1, 0, 0], 1], [[0, 5, 0, 1], 4], [[5, 0, 1, 0], 1]]

hecke_ring_character_values = [[3101, [1, 0, 0, 0]], [2977, [-1, 0, 0, 0]], [1801, [1, 0, 0, 0]]]
aps_data = [[0, 0, -1, 0], [0, 0, -1, 0], [0, 0, 0, 0], [0, 1, 0, 0], [1, 0, 0, -1], [0, 0, 2, 0], [0, -2, -2, 0], [3, 0, 0, -3], [0, 1, 4, 0], [-4, 0, 0, 2], [1, 0, 0, 0], [0, -2, -2, 0], [4, 0, 0, -2], [0, -5, 0, 0], [0, 2, 0, 0], [0, 1, 10, 0], [10, 0, 0, -2], [6, 0, 0, 0], [0, -6, 0, 0], [-3, 0, 0, 3], [0, 5, 2, 0], [9, 0, 0, 3], [0, -4, 4, 0], [9, 0, 0, -3], [0, 0, 6, 0], [1, 0, 0, 1], [0, -4, -12, 0], [0, -1, 0, 0], [4, 0, 0, 6], [0, 3, 6, 0], [0, 0, 0, 0], [-6, 0, 0, 6], [0, 4, -10, 0], [14, 0, 0, -2], [-3, 0, 0, 9], [0, 0, 0, 0], [0, 9, 6, 0], [0, 6, 0, 0], [0, -1, 4, 0], [0, -4, -2, 0], [12, 0, 0, 0], [1, 0, 0, 9], [-8, 0, 0, 4], [0, -8, -6, 0], [0, 0, -6, 0], [9, 0, 0, -5], [-19, 0, 0, 3], [0, 2, -16, 0], [0, 3, 0, 0], [15, 0, 0, -1], [0, 9, 6, 0], [-24, 0, 0, 0], [6, 0, 0, -4], [4, 0, 0, -8], [0, -3, -6, 0], [0, 8, 0, 0], [-6, 0, 0, -4], [13, 0, 0, -9], [0, -6, -10, 0], [8, 0, 0, 2], [0, 0, 0, 0], [0, -8, 6, 0], [0, 0, 0, 0], [-8, 0, 0, -4], [0, 0, -10, 0], [0, -2, -22, 0], [0, 0, 0, 4], [0, 0, 10, 0], [0, 4, -4, 0], [4, 0, 0, 6], [0, 4, 10, 0], [27, 0, 0, -3], [0, 6, 0, 0], [0, 3, 2, 0], [-7, 0, 0, -9], [0, 4, 0, 0], [-14, 0, 0, -4], [0, 9, 14, 0], [-9, 0, 0, 3], [28, 0, 0, -6], [-12, 0, 0, -4], [-2, 0, 0, 8], [-24, 0, 0, 4], [0, -13, 2, 0], [6, 0, 0, 10], [0, -9, 0, 0], [2, 0, 0, 8], [0, -12, -6, 0], [0, 0, 0, -6], [0, -12, 0, 0], [0, 4, 20, 0], [-9, 0, 0, 1], [0, 0, -24, 0], [-15, 0, 0, 7], [-20, 0, 0, 0], [0, -4, 16, 0], [-4, 0, 0, 10], [-26, 0, 0, 4], [0, 15, 16, 0], [26, 0, 0, 4], [0, -2, -32, 0], [0, -5, 14, 0], [0, -8, -4, 0], [-23, 0, 0, 5], [38, 0, 0, -2], [0, 2, -10, 0], [0, -8, -20, 0], [0, 0, -30, 0], [-15, 0, 0, 15], [2, 0, 0, 0], [0, 9, 16, 0], [0, 0, 2, 0], [0, 1, 18, 0], [-2, 0, 0, 6], [9, 0, 0, -13], [-18, 0, 0, -8], [0, 9, 16, 0], [0, -7, 28, 0], [0, -4, 30, 0], [12, 0, 0, -12], [14, 0, 0, -8], [0, 4, 22, 0], [0, 15, 6, 0], [0, -3, 24, 0], [1, 0, 0, -9], [13, 0, 0, 5], [-3, 0, 0, 9], [38, 0, 0, 2], [0, 9, 0, 0], [0, 8, 14, 0], [-28, 0, 0, 16], [0, 15, -12, 0], [42, 0, 0, -2], [0, 0, -10, 0], [3, 0, 0, 15], [19, 0, 0, -1], [0, -1, -14, 0], [0, -7, 0, 0], [0, -16, -14, 0], [33, 0, 0, -3], [5, 0, 0, 19], [4, 0, 0, -10], [0, 10, 0, 0], [0, -4, -12, 0], [-1, 0, 0, 15], [-17, 0, 0, -7], [0, -21, -6, 0], [0, 20, 22, 0], [-8, 0, 0, 12], [0, -17, -4, 0], [0, 0, 50, 0], [22, 0, 0, 8], [0, -15, -8, 0], [0, 6, 48, 0], [0, 0, -24, 0], [-24, 0, 0, -8], [-14, 0, 0, -10], [-9, 0, 0, -1], [0, 6, -26, 0], [12, 0, 0, 6], [0, -2, 4, 0], [0, -18, -30, 0], [0, -4, 32, 0], [-34, 0, 0, 2], [0, 16, -2, 0], [0, -16, 0, 0], [31, 0, 0, -3], [0, 8, 50, 0], [-22, 0, 0, 4], [0, 13, 2, 0], [-12, 0, 0, -8], [-21, 0, 0, -9], [16, 0, 0, -20], [0, 6, -22, 0], [-6, 0, 0, -18], [-5, 0, 0, -5], [28, 0, 0, -16], [33, 0, 0, 9], [0, 1, -48, 0], [49, 0, 0, -3], [0, -12, 20, 0], [3, 0, 0, -3], [0, -4, -18, 0], [0, 16, 38, 0], [0, 2, -24, 0], [50, 0, 0, -4], [0, -7, 30, 0], [0, 0, 24, 0], [-16, 0, 0, 6], [-9, 0, 0, -7], [0, -15, -38, 0], [0, 11, 40, 0], [28, 0, 0, 0], [28, 0, 0, -2], [0, 20, 20, 0], [0, 14, 34, 0], [34, 0, 0, 8], [0, 3, -30, 0], [0, 7, 2, 0], [0, 14, 0, 0], [-37, 0, 0, 11], [-31, 0, 0, 19], [0, -15, 6, 0], [15, 0, 0, -13], [-26, 0, 0, 10], [0, 8, -14, 0], [0, 0, 0, 8], [0, 2, 28, 0], [-16, 0, 0, -10], [-4, 0, 0, 24], [0, 9, -18, 0], [40, 0, 0, 2], [0, 12, -4, 0], [0, -11, -32, 0], [-42, 0, 0, -6], [3, 0, 0, -5], [0, -12, 20, 0], [-6, 0, 0, 8], [0, 24, 24, 0], [0, -12, -18, 0], [31, 0, 0, -21], [24, 0, 0, 8], [-44, 0, 0, 10], [0, -9, 32, 0], [0, -5, -16, 0], [-33, 0, 0, 15], [0, 20, 10, 0], [24, 0, 0, -24], [0, 18, 0, 0], [-18, 0, 0, 26], [0, -4, -30, 0], [-36, 0, 0, 24], [6, 0, 0, -6], [-21, 0, 0, -17], [0, 32, 20, 0], [0, 9, 36, 0], [-33, 0, 0, 3], [0, 16, 22, 0], [-51, 0, 0, 3], [24, 0, 0, 8], [0, -28, -4, 0], [22, 0, 0, -18], [0, -6, 0, 0], [18, 0, 0, -24], [0, -10, -46, 0], [-39, 0, 0, -1], [0, -6, -48, 0], [-9, 0, 0, -15], [-36, 0, 0, 8], [0, 0, 48, 0], [0, -3, 6, 0], [-14, 0, 0, 16], [0, -19, -4, 0], [45, 0, 0, 5], [0, 2, 22, 0], [-14, 0, 0, 22], [-30, 0, 0, 20], [0, -11, -48, 0], [0, -4, -38, 0], [0, 6, 22, 0], [0, -15, 8, 0], [0, 14, 52, 0], [-25, 0, 0, -9], [0, -1, -30, 0], [0, -24, -18, 0], [-15, 0, 0, -1], [47, 0, 0, 7], [40, 0, 0, 2], [0, 18, 16, 0], [0, 2, -66, 0], [12, 0, 0, -6], [0, 0, -4, 0], [0, 13, 34, 0], [-19, 0, 0, -9], [0, 4, -42, 0], [0, 28, 12, 0], [0, -23, -40, 0], [46, 0, 0, 12], [30, 0, 0, 4], [-27, 0, 0, -21], [0, -8, 0, 0], [-42, 0, 0, -14], [0, 14, -16, 0], [-58, 0, 0, 0], [0, -18, -40, 0], [42, 0, 0, 14], [0, 21, 18, 0], [0, 12, -30, 0], [-60, 0, 0, 12], [-14, 0, 0, -16], [-61, 0, 0, 7], [0, -29, -32, 0], [0, -14, -38, 0], [-22, 0, 0, 22], [0, -6, -62, 0], [0, 0, 0, -2], [-36, 0, 0, -20], [0, -8, 54, 0], [5, 0, 0, 11], [0, 3, -80, 0], [0, 8, -54, 0], [0, 5, 38, 0], [-8, 0, 0, 24], [0, 37, 16, 0], [-14, 0, 0, -6], [0, -26, -2, 0], [0, -18, -36, 0], [10, 0, 0, -24], [30, 0, 0, -6], [0, 0, 22, 0], [0, -16, -32, 0], [28, 0, 0, -14], [-26, 0, 0, 20], [0, 3, -40, 0], [0, -2, -40, 0], [-32, 0, 0, 14], [20, 0, 0, 8], [-12, 0, 0, 20], [0, -6, -14, 0], [3, 0, 0, -21], [24, 0, 0, -12], [0, 9, -42, 0], [31, 0, 0, -13], [0, 3, -32, 0], [0, -5, -34, 0], [-72, 0, 0, 2], [9, 0, 0, -9], [0, -30, -16, 0], [0, -12, 24, 0], [0, -23, -30, 0], [42, 0, 0, -12], [0, -16, 18, 0], [2, 0, 0, -18], [0, 2, 44, 0], [45, 0, 0, -5], [0, 5, -56, 0], [66, 0, 0, 0], [0, 5, -82, 0], [-3, 0, 0, 9], [0, -32, 0, 0], [0, -2, 42, 0], [0, -4, -34, 0], [-16, 0, 0, -10], [-33, 0, 0, 21], [0, 0, -18, 0], [2, 0, 0, -2], [28, 0, 0, -30], [0, -9, -24, 0], [-14, 0, 0, -2], [0, 30, 18, 0], [-44, 0, 0, 24], [0, -15, -10, 0], [-7, 0, 0, -7], [0, 2, 8, 0], [-42, 0, 0, -12], [0, 28, 34, 0], [-22, 0, 0, -10], [-39, 0, 0, -17], [0, 26, 22, 0], [0, 14, 24, 0], [0, -1, -18, 0], [59, 0, 0, -1], [0, 7, -60, 0], [82, 0, 0, -2], [0, 26, -24, 0], [0, 21, 50, 0], [0, 16, 2, 0], [0, -2, -80, 0], [3, 0, 0, -21], [-36, 0, 0, 36], [19, 0, 0, -27], [0, 14, 16, 0], [18, 0, 0, -24], [-26, 0, 0, -6], [0, 0, -74, 0], [57, 0, 0, -9], [-39, 0, 0, 15], [0, 6, 42, 0], [80, 0, 0, -10], [0, 7, -42, 0], [52, 0, 0, -10], [0, -28, 10, 0], [0, -14, -72, 0], [0, 2, -18, 0], [30, 0, 0, 6], [0, -22, 8, 0], [12, 0, 0, 12], [0, 18, 54, 0], [0, -33, 0, 0], [0, 27, -12, 0], [-32, 0, 0, 14], [0, -19, -38, 0], [20, 0, 0, -4], [0, -18, -32, 0], [-77, 0, 0, 5], [0, 24, 42, 0], [49, 0, 0, -13], [-62, 0, 0, -4], [-26, 0, 0, 6], [-40, 0, 0, 34], [-31, 0, 0, 13], [0, 1, 14, 0], [0, 15, -56, 0], [0, -20, -10, 0], [-36, 0, 0, 18], [-54, 0, 0, -2], [0, 0, 18, 0], [42, 0, 0, -12], [0, 1, 40, 0], [9, 0, 0, -17], [0, -12, 22, 0], [0, 2, -62, 0], [0, 12, -12, 0], [-36, 0, 0, 32], [0, -10, 62, 0], [15, 0, 0, -5], [-10, 0, 0, 2], [0, -25, -64, 0], [0, 25, 26, 0], [0, -22, 8, 0], [62, 0, 0, 8], [0, -6, -18, 0], [0, 45, 12, 0], [-4, 0, 0, -4], [0, 6, -14, 0], [0, 17, -34, 0], [0, 21, 0, 0], [-3, 0, 0, 25], [-4, 0, 0, 0], [-2, 0, 0, 34]]
