login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261403 Coefficients of an example of a modular form of weight 2 for the group Gamma_0(32). 1
1, 12, 4, 0, 0, -24, -16, 0, -8, -36, 24, 0, 0, 72, -32, 0, 24, 24, 52, 0, 0, 0, -48, 0, -32, -12, 56, 0, 0, -120, -96, 0, 24, 0, 72, 0, 0, -24, -80, 0, -48, 120, 128, 0, 0, 72, -96, 0, 96, -84, 124, 0, 0, 168, -160, 0, -64, 0, 120, 0, 0, -120, -128, 0, 24, -144, 192, 0, 0, 0, -192 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This is a particular member of an eight-dimensional vector space.
LINKS
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
Cf. A002171.
Sequence in context: A367431 A038329 A098909 * A010202 A079792 A079791
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Aug 20 2015
EXTENSIONS
More terms from Robin Visser, Dec 12 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)