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.

Showing 1-1 of 1 results.

A269221 Factorial of the sum of decimal digits of n.

Original entry on oeis.org

1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800, 479001600, 24, 120, 720, 5040
Offset: 0

Views

Author

M. F. Hasler, Mar 15 2016

Keywords

Comments

Sequence A093659 is the binary (base 2) version.

Crossrefs

Programs

  • Mathematica
    Table[Total[IntegerDigits[n]]!,{n,0,50}] (* Harvey P. Dale, Dec 19 2021 *)
  • PARI
    A269221(n)=sumdigits(n)!

Formula

a(n) = A000142(A007953(n)).
Showing 1-1 of 1 results.