cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A159631 Dimension of space of modular forms of weight 1/2, level 4*n and trivial character.

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 3, 1, 2, 1, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 3, 1, 1, 1, 4, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 3, 2, 2, 1, 2, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 4, 1, 1, 1, 2, 1, 1, 1, 4, 1, 1, 2, 2, 1, 1, 1, 3, 3, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 3, 1, 2, 2, 4, 1, 1, 1, 2, 1, 1, 1, 4, 1, 1, 1, 3, 1, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 3
Offset: 1

Views

Author

Steven Finch, Apr 17 2009

Keywords

Comments

We have a(n) = A046951(n) for all n < 125, but a(125)=3 > 2=A046951(125).
Also, the first nonzero cusp form of weight 1/2 occurs at level 1728.

Crossrefs

Cf. A046951.

Programs

  • Magma
    [[4*n,Dimension(HalfIntegralWeightForms(4*n,1/2))] : n in [1..125]];
    
  • Magma
    function a(n) return Dimension( ModularForms( Gamma0(4*n), 1/2)); end function; /* Michael Somos, Jun 13 2014 */

Extensions

Data section filled up to 125 terms by Antti Karttunen, Jul 23 2017