cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A006993 n! in base n.

Original entry on oeis.org

1, 10, 20, 120, 440, 3200, 20460, 116600, 612700, 3628800
Offset: 1

Views

Author

N. J. A. Sloane, L. J. Upton

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Maple
    convert(n!,base,n);
  • Mathematica
    Join[{1},Table[FromDigits[IntegerDigits[n!,n]],{n,2,10}]] (* Harvey P. Dale, Aug 21 2017 *)

Extensions

Next term has a non-decimal digit.