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.

Showing 1-1 of 1 results.

A159050 Dimension of the space of weight 2 modular forms for Gamma_1(n).

Original entry on oeis.org

0, 1, 1, 2, 3, 3, 5, 5, 7, 7, 10, 9, 13, 12, 16, 15, 20, 17, 24, 22, 28, 25, 33, 28, 39, 33, 42, 39, 49, 40, 55, 48, 60, 52, 72, 56, 75, 63, 80, 72, 90, 72, 98, 85, 104, 88, 115, 92, 128, 103, 128, 114, 143, 111, 160, 132, 156, 133, 174, 136, 185, 150, 192, 164, 216
Offset: 1

Views

Author

Steven Finch, Apr 03 2009

Keywords

Comments

a(n) = A029937(n) + A029936(n) - 1.

Crossrefs

Programs

  • Magma
    [ Dimension(ModularForms(Gamma1(n), 2)) : n in [1..100] ]; // Klaus Brockhaus, Mar 11 2011
    
  • Sage
    def A159050(n): return dimension_modular_forms(Gamma1(n),k=2) # D. S. McNeil, Mar 11 2011
Showing 1-1 of 1 results.