login
A006993
n! in base n.
(Formerly M4684)
4
1, 10, 20, 120, 440, 3200, 20460, 116600, 612700, 3628800
OFFSET
1,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
MAPLE
convert(n!, base, n);
MATHEMATICA
Join[{1}, Table[FromDigits[IntegerDigits[n!, n]], {n, 2, 10}]] (* Harvey P. Dale, Aug 21 2017 *)
CROSSREFS
Sequence in context: A086069 A220012 A154330 * A327971 A250107 A038693
KEYWORD
nonn,base,fini,full
AUTHOR
N. J. A. Sloane, L. J. Upton
EXTENSIONS
Next term has a non-decimal digit.
STATUS
approved