OFFSET
0,2
COMMENTS
If this map is iterated, there is a cycle of length 4: 0 -> 1 -> 10 -> 3628800 -> 0.
REFERENCES
P. Kiss, A generalization of a problem in number theory, Math. Sem. Notes Kobe Univ., 5 (1977), no. 3, 313-317. MR 0472667 (57 #12362).
LINKS
P. Kiss, A generalization of a problem in number theory, [Hungarian], Mat. Lapok, 25 (No. 1-2, 1974), 145-149.
H. J. J. te Riele, Iteration of number-theoretic functions, Nieuw Archief v. Wiskunde, (4) 1 (1983), 345-360. See Example I.1.d.
Index entries for linear recurrences with constant coefficients, signature (1).
MATHEMATICA
Table[n! Binomial[10, n], {n, 0, 60}] (* Vincenzo Librandi, Mar 18 2019 *)
PROG
(Magma) [Factorial(n)*Binomial(10, n): n in [0..60]]; // Vincenzo Librandi, Mar 18 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 17 2019
STATUS
approved