login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A245503 Number of endofunctions f on [n] such that f^7(i) = f(i) for all i in [n]. 2
1, 1, 4, 21, 142, 1131, 10422, 112015, 1396516, 19702665, 306547426, 5177584809, 94168757916, 1833590759131, 38009888806450, 835064706091431, 19389119390412448, 475039405292487825, 12263445905182200882, 332913448508180564521, 9478703390668813103836 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
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).
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);
CROSSREFS
Column k=7 of A245501.
Sequence in context: A222058 A265174 A087761 * A120368 A053482 A158577
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 24 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)