OFFSET
1,3
EXAMPLE
a(5) = floor [14272563125/12345] = floor[1156141.20089104900769542324827866] = 1156141.
MATHEMATICA
fxy[n_]:=Module[{num=FromDigits[Flatten[IntegerDigits/@(Table[x^x, {x, n}])]], den=FromDigits[Flatten[IntegerDigits/@Range[n]]]}, Floor[num/den]]; Array[ fxy, 10] (* Harvey P. Dale, Mar 21 2013 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Amarnath Murthy, Jan 07 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 01 2003
Edited by Charles R Greathouse IV, Apr 28 2010
STATUS
approved