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.

A316559 Number of abelian subgroups of the group GL(2, Z(n)), counting conjugates as distinct.

Original entry on oeis.org

1, 5, 34, 147, 251, 309, 890, 10683, 2440, 2487, 3088
Offset: 1

Views

Author

Andrew Howroyd, Jul 06 2018

Keywords

Crossrefs

Programs

  • GAP
    Concatenation([1], List([2..7], n->Sum( Filtered( ConjugacyClassesSubgroups( GL(2, Integers mod n)), x->IsAbelian( Representative(x))), Size)));