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.

A280162 Number of subgroups of the group C_n x C_n x C_n x C_n, where C_n is the cyclic group of order n.

Original entry on oeis.org

1, 67, 212, 1983, 1120, 14204, 3652, 43339, 24033, 75040, 19156, 420396, 35872, 244684, 237440, 821335, 99472, 1610211, 152404, 2220960, 774224, 1283452, 318532, 9187868, 810969, 2403424, 2222704, 7241916, 783904, 15908480, 1016836, 14445411, 4061072, 6664624, 4090240, 47657439, 2031712
Offset: 1

Views

Author

Laszlo Toth, Dec 27 2016

Keywords

Crossrefs

Programs

  • PARI
    \\ For numsubgrp, see the Alekseyev link.
    a(n)=my(f=factor(n)); prod(i=1,#f~, numsubgrp(f[i,1],f[i,2]*[1,1,1,1])) \\ Charles R Greathouse IV, Dec 27 2016

Extensions

Terms a(32) and beyond from Charles R Greathouse IV, Dec 27 2016