Skip to content

Commit

Permalink
Merge branch 'maass_rigor' of github.com:davidlowryduda/lmfdb into ma…
Browse files Browse the repository at this point in the history
…ass_rigor
  • Loading branch information
roed314 committed May 10, 2024
2 parents dabe7b4 + 5f001c9 commit 6679f1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lmfdb/maass_forms/web_maassform.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ def coefficient_table(self, rows=20, cols=3, row_opts=[20,60,334]):
if i * cols + j >= n:
break
m = i * cols + j + 1
if m == 1:
table.append(
td_wrapl(rf"\(a_{{{m}}}= +1 \)")
)
continue
f = factor(m)
if has_finite_rational_coeffs:
level_part = prod(p**e for (p,e) in f if p in level_10_primes)
Expand Down

0 comments on commit 6679f1e

Please sign in to comment.