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-3 of 3 results.

A029143 Expansion of 1/((1-x^2)*(1-x^3)*(1-x^5)*(1-x^6)). Molien series for u.g.g.r. #31 of order 46080. Poincaré series [or Poincare series] for ring of even weight Siegel modular forms of genus 2.

Original entry on oeis.org

1, 0, 1, 1, 1, 2, 3, 2, 4, 4, 5, 6, 8, 7, 10, 11, 12, 14, 17, 16, 21, 22, 24, 27, 31, 31, 37, 39, 42, 46, 52, 52, 60, 63, 67, 73, 80, 81, 91, 95, 101, 108, 117, 119, 131, 137, 144, 153, 164, 167, 182, 189, 198, 209, 222
Offset: 0

Views

Author

Keywords

Comments

a(k) for k>0 is the dimension of the space of Siegel modular forms of genus 2 and weight 2k (for the full modular group Gamma_2). Also: Number of solutions of 4x+6y+10z+12w=k in nonnegative integers x,y,z,w. - Kilian Kilger (kilian(AT)nihilnovi.de), Sep 26 2009
Number of partitions of n into parts 2, 3, 5, and 6. - Joerg Arndt, Jun 21 2014

References

  • H. Klingen, Intro. lectures on Siegel modular forms, Cambridge, p. 123, Corollary.
  • L. Smith, Polynomial Invariants of Finite Groups, Peters, 1995, p. 199 (No. 31).

Crossrefs

Cf. A027640 for the dimension of even and odd weight Siegel modular forms. See A165684 (resp. A165685) for the corresponding space of cusp forms. - Kilian Kilger (kilian(AT)nihilnovi.de), Sep 26 2009

Programs

  • Maple
    M := Matrix(16, (i,j)-> if (i=j-1) or (j=1 and member(i, [2, 3, 6, 10, 13, 14])) then 1 elif j=1 and member(i, [7, 9, 16]) then -1 elif j=1 and i=8 then -2 else 0 fi): a:= n -> (M^(n))[1,1]: seq(a(n), n=0..54); # Alois P. Heinz, Jul 25 2008
  • Mathematica
    CoefficientList[Series[1/((1-x^2)*(1-x^3)*(1-x^5)*(1-x^6)),{x,0,54}],x] (* Jean-François Alcover, Mar 20 2011 *)
    LinearRecurrence[{0,1,1,0,0,1,-1,-2,-1,1,0,0,1,1,0,-1},{1,0,1,1,1,2,3,2,4,4,5,6,8,7,10,11},60] (* Harvey P. Dale, May 12 2015 *)

Formula

a(n) = A165684(n) + A008615(n+2). - Kilian Kilger (kilian(AT)nihilnovi.de), Sep 26 2009
a(n) ~ 1/1080*n^3. - Ralf Stephan, Apr 29 2014
a(0)=1, a(1)=0, a(2)=1, a(3)=1, a(4)=1, a(5)=2, a(6)=3, a(7)=2, a(8)=4, a(9)=4, a(10)=5, a(11)=6, a(12)=8, a(13)=7, a(14)=10, a(15)=11, a(n)= a(n-2)+ a(n-3)+a(n-6)-a(n-7)- 2*a(n-8)-a(n-9)+a(n-10)+a(n-13)+ a(n-14)- a(n-16). - Harvey P. Dale, May 12 2015

Extensions

Definition corrected by Kilian Kilger (kilian(AT)nihilnovi.de), Sep 25 2009

A027636 Expansion of (1+x^19)/((1-x^2)*(1-x^4)^2*(1-x^6)).

Original entry on oeis.org

1, 0, 1, 0, 3, 0, 4, 0, 7, 0, 9, 0, 14, 0, 17, 0, 24, 0, 29, 1, 38, 1, 45, 3, 57, 4, 66, 7, 81, 9, 93, 14, 111, 17, 126, 24, 148, 29, 166, 38, 192, 45, 214, 57, 244, 66, 270, 81, 305, 93, 335, 111, 375, 126, 410, 148, 455
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A027640.

Programs

  • Magma
    R:=PowerSeriesRing(Integers(), 70); Coefficients(R!( (1+x^19)/((1-x^2)*(1-x^4)^2*(1-x^6) ))); // G. C. Greubel, Aug 04 2022
    
  • Mathematica
    CoefficientList[Series[(1+x^19)/((1-x^2)(1-x^4)^2(1-x^6)),{x,0,70}],x] (* Harvey P. Dale, Oct 13 2015 *)
  • SageMath
    def A027636_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P( (1+x^19)/((1-x^2)*(1-x^4)^2*(1-x^6)) ).list()
    A027636_list(70) # G. C. Greubel, Aug 04 2022

Formula

G.f.: (1+x^19)/((1-x^2) * (1-x^4)^2 * (1-x^6)).

A165686 Dimension of the space of Siegel cusp forms of genus 2 and weight 2k which are not Saito-Kurokawa lifts of forms of genus 1.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 4, 5, 6, 8, 8, 11, 12, 14, 16, 19, 20, 24, 26, 29, 32, 37, 38, 44, 47, 51, 56, 62, 64, 72, 76, 82, 88, 96, 99, 109, 115, 122, 130, 140, 144, 157, 164, 173, 183, 195, 201, 216, 225, 236, 248, 263, 270, 288, 299, 312, 327, 344, 353, 374
Offset: 1

Views

Author

Kilian Kilger (kilian(AT)nihilnovi.de), Sep 26 2009

Keywords

Comments

Also the dimension of the largest Hecke-closed subspace of forms in S_k(Gamma_2) which satisfy the Ramanujan-Petersson conjecture. These forms are also characterized by the property that their (Andrianov) spinor zeta function does not have any pole.

Examples

			a(20)=1 because there is exactly one Siegel modular form of genus 2 and weight 20 which is not a lift of some form of genus 1.
		

References

  • M. Eichler and D. Zagier, The Theory of Jacobi Forms, Birkhaeusser, 1985.
  • T. Oda, On the poles of Andrianov L-functions, Math. Ann. 256(3), p. 323-340, 1981.
  • R. Weissauer, The Ramanujan conjecture for genus two Siegel modular forms (an application of the trace formula). Preprint, Mannheim (1993)

Crossrefs

Cf. A165684 for the full space of Siegel cusp forms. See also A029143, A027640, A165685.

Formula

For k > 1 we have a(k) = A165684(k) - A008615(2k-5).
Conjectured G.f.: -x^10*(x^7+x^6-x^2-x-1) / ((1-x^2)*(1-x^3)*(1-x^5)*(1-x^6)). - Colin Barker, Mar 30 2013
Showing 1-3 of 3 results.