OFFSET
1,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
MAPLE
convert(n!, base, n);
MATHEMATICA
Join[{1}, Table[FromDigits[IntegerDigits[n!, n]], {n, 2, 10}]] (* Harvey P. Dale, Aug 21 2017 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
N. J. A. Sloane, L. J. Upton
EXTENSIONS
Next term has a non-decimal digit.
STATUS
approved