OFFSET
1,4
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..44
EXAMPLE
a(5) = floor [12624120/12345] = floor[1022.60996354799513973268529769137] = 1022.
MATHEMATICA
Table[Floor[FromDigits[Flatten[IntegerDigits/@(Range[n]!)]]/FromDigits[ Flatten[IntegerDigits/@Range[n]]]], {n, 15}] (* Harvey P. Dale, Jun 09 2020 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Amarnath Murthy, Jan 07 2002
EXTENSIONS
Corrected and extended by Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 01 2003
Edited by Charles R Greathouse IV, Apr 27 2010
STATUS
approved