The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A245502 Number of endofunctions f on [n] such that f^6(i) = f(i) for all i in [n]. 2
1, 1, 3, 10, 41, 220, 1921, 25474, 384113, 5785192, 85295105, 1244587246, 18399553801, 286188407116, 4920039471089, 96938148715090, 2172951409994081, 53076309208887760, 1351935357372173953, 35000099470802409814, 914038174404012874745, 24209598764577808155316 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(x*exp(x)+x^5*exp(x)^5/5).
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);
CROSSREFS
Column k=6 of A245501.
Sequence in context: A030954 A084786 A156170 * A009329 A009364 A308951
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 June 1 14:46 EDT 2024. Contains 373025 sequences. (Running on oeis4.)