OFFSET
0,2
COMMENTS
This is a particular member of an eight-dimensional vector space.
LINKS
Robin Visser, Table of n, a(n) for n = 0..1000
John F. R. Duncan, Michael J. Griffin and Ken Ono, Proof of the Umbral Moonshine Conjecture, arXiv:1503.01472, 2015, See Eq. (B.88).
PROG
(Sage)
def a(n):
B = ModularForms(Gamma0(32), 2).basis()
f = B[1] + 12*B[0] + 4*B[3] - 16*B[6] - 8*B[7]
return f.coefficient(n) # Robin Visser, Dec 12 2023
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Aug 20 2015
EXTENSIONS
More terms from Robin Visser, Dec 12 2023
STATUS
approved