login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A014977
Expansion of Molien series for automorphism group (2.Weyl(E6)) of E6 lattice.
1
1, 1, 1, 2, 3, 4, 6, 8, 10, 14, 18, 22, 29, 36, 43, 54, 66, 78, 95, 113, 132, 157, 184, 212, 248, 287, 327, 377, 431, 487, 555, 628, 704, 794, 891, 992, 1110, 1236, 1367, 1518, 1680, 1848, 2039, 2243, 2455, 2694
OFFSET
0,4
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 125.
PROG
(Magma) L := Lattice("E", 6); G1 := AutomorphismGroup(L); G2 := sub<GL(6, Rationals())|Generators(G1)>; MS<t> := MolienSeries(G2); MS;
CROSSREFS
Even part of series in A008584.
Sequence in context: A028290 A003107 A217123 * A008583 A053253 A095913
KEYWORD
nonn
AUTHOR
STATUS
approved