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.

A159630 Dimension of space of modular forms for Gamma_0(4*n) of weight 3/2 and trivial character.

Original entry on oeis.org

1, 2, 3, 4, 3, 5, 4, 6, 6, 6, 5, 10, 5, 7, 10, 10, 6, 12, 7, 12, 12, 9, 8, 16, 12, 10, 15, 14, 9, 18, 10, 16, 16, 12, 16, 24, 11, 13, 18, 20, 12, 22, 13, 18, 24, 15, 14, 28, 20, 24, 22, 20, 15, 27, 22, 24, 24, 18, 17, 36, 17, 19, 32, 28, 24, 30, 19, 24, 28, 30, 20, 40, 20, 22, 42
Offset: 1

Views

Author

Steven Finch, Apr 17 2009

Keywords

Crossrefs

Programs

  • Magma
    [Dimension(HalfIntegralWeightForms(4*n,3/2)) : n in [1..80]];
    
  • Magma
    a := func< n | Dimension( ModularForms( Gamma0(4*n), 3/2))>; /* Michael Somos, Jul 27 2014 */