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.

A245502 Number of endofunctions f on [n] such that f^6(i) = f(i) for all i in [n].

Original entry on oeis.org

1, 1, 3, 10, 41, 220, 1921, 25474, 384113, 5785192, 85295105, 1244587246, 18399553801, 286188407116, 4920039471089, 96938148715090, 2172951409994081, 53076309208887760, 1351935357372173953, 35000099470802409814, 914038174404012874745, 24209598764577808155316
Offset: 0

Views

Author

Alois P. Heinz, Jul 24 2014

Keywords

Crossrefs

Column k=6 of A245501.

Programs

  • Maple
    egf:= exp(x*exp(x)+x^5*exp(x)^5/5):
    a:= n-> n!*coeff(series(egf, x, n+1), x, n):
    seq(a(n), n=0..25);

Formula

E.g.f.: exp(x*exp(x)+x^5*exp(x)^5/5).