proposed
approved
proposed
approved
editing
proposed
(PARI) a(n) = fromdigits(concat(digits(n!), digits(n)))/n; \\ Michel Marcus, Aug 18 2019
proposed
editing
editing
proposed
c:=proc(x, y) local s: s:=proc(m) nops(convert(m, base, 10)) end: x*10^s(y)+y: end: a:=n->c(n!, n)/n: seq(a(n), n=1..22); # c yields the concatenation of two positive integers (# _Emeric Deutsch)_, Aug 07 2005
approved
editing
editing
approved
Table[(n!*10^IntegerLength[n]+n)/n, {n, 20}] (* Harvey P. Dale, Sep 10 2016 *)
approved
editing
_Amarnath Murthy (amarnath_murthy(AT)yahoo.com), _, Aug 01 2005
More terms from Emeric Deutsch and _Erich Friedman (efriedma(AT)stetson.edu), _, Aug 07 2005
More terms from _Emeric Deutsch (deutsch(AT)duke.poly.edu) _ and Erich Friedman (efriedma(AT)stetson.edu), Aug 07 2005