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.

A045867 Theta series of quadratic form with Gram matrix [ 4, 1, 2, 1; 1, 4, 1, 0; 2, 1, 6, -2; 1, 0, -2, 20 ].

Original entry on oeis.org

1, 0, 4, 6, 2, 6, 2, 6, 10, 2, 8, 14, 24, 10, 14, 10, 26, 14, 38, 14, 32, 18, 14, 16, 40, 20, 24, 34, 40, 12, 60, 24, 34, 18, 36, 30, 50, 2, 40, 30, 60, 34, 70, 30, 64, 64, 52, 42, 72, 42, 60, 50, 72, 34, 62, 38, 80, 54, 72, 36, 100, 52, 56, 76, 90, 52, 126, 36, 80, 72, 100
Offset: 0

Views

Author

Keywords

Comments

This is the 4-dimensional Elkies_C lattice.

Examples

			G.f. = 1 + 4*x^2 + 6*x^3 + 2*x^4 + 6*x^5 + 2*x^6 + 6*x^7 + 10*x^8 + 2*x^9 + ...
G.f. = 1 + 4*q^4 + 6*q^6 + 2*q^8 + 6*q^10 + 2*q^12 + 6*q^14 + 10*q^16 + ...
		

Crossrefs

Dual lattice to A045866.

Programs

  • Magma
    A := Basis( ModularForms( Gamma0(37), 2), 71); A[1] + 4*A[3]; /* Michael Somos, Mar 30 2015 */
  • PARI
    {a(n) = my(G); if( n<0, 0, G = [ 4, 1, 2, 1; 1, 4, 1, 0; 2, 1, 6, -2; 1, 0, -2, 20]; polcoeff( 1 + 2 * x * Ser( qfrep( G, n, 1)), n))}; /* Michael Somos, Apr 02 2006 */
    

Extensions

More terms from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jun 22 2000