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.

A074880 Number of labeled cyclic subgroups of S_n having order n.

Original entry on oeis.org

1, 1, 1, 3, 6, 120, 120, 1260, 6720, 128520, 362880, 20041560, 39916800, 1132971840, 11721790080, 163459296000, 1307674368000, 87307501881600, 355687428096000, 19137704006453760, 205947392645030400, 5118231678995635200, 51090942171709440000, 4769913628444053196800
Offset: 1

Views

Author

Vladeta Jovovic, Sep 30 2002

Keywords

Crossrefs

Programs

  • PARI
    a(n)={n!*polcoeff(sumdiv(n, i, moebius(n/i)*exp(sumdiv(i, j, x^j/j) + O(x*x^n))), n)/eulerphi(n)} \\ Andrew Howroyd, Jul 02 2018

Formula

a(n) = A074351(n)/A000010(n).

Extensions

Terms a(22) and beyond from Andrew Howroyd, Jul 02 2018