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.

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

Original entry on oeis.org

1, 1, 4, 21, 142, 1131, 10422, 112015, 1396516, 19702665, 306547426, 5177584809, 94168757916, 1833590759131, 38009888806450, 835064706091431, 19389119390412448, 475039405292487825, 12263445905182200882, 332913448508180564521, 9478703390668813103836
Offset: 0

Views

Author

Alois P. Heinz, Jul 24 2014

Keywords

Crossrefs

Column k=7 of A245501.

Programs

  • Maple
    egf:= exp(x*exp(x)+x^2*exp(x)^2/2+x^3*exp(x)^3/3+x^6*exp(x)^6/6):
    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^2*exp(x)^2/2+x^3*exp(x)^3/3+x^6*exp(x)^6/6).