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.

A005776 Exponents m_i associated with Weyl group W(E_8).

Original entry on oeis.org

1, 7, 11, 13, 17, 19, 23, 29
Offset: 1

Views

Author

Keywords

Comments

Numbers coprime to 30 in that number's reduced residue system. - Alonso del Arte, Oct 03 2017

References

  • H. S. M. Coxeter and W. O. J. Moser, Generators and Relations for Discrete Groups, 4th ed., Springer-Verlag, NY, reprinted 1984, p. 141.

Crossrefs

Programs

  • Magma
    Exponents(RootDatum("E8")); // Sergei Haller (sergei(AT)sergei-haller.de), Dec 21 2006
    
  • Mathematica
    Select[Range[30], GCD[30, #] == 1 &] (* Alonso del Arte, Oct 03 2017 *)
  • PARI
    select(n->gcd(n,30)==1, [1..29]) \\ Charles R Greathouse IV, Oct 17 2017