login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A269221 Factorial of the sum of decimal digits of n. 3
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Sequence A093659 is the binary (base 2) version.
LINKS
FORMULA
a(n) = A000142(A007953(n)).
MATHEMATICA
Table[Total[IntegerDigits[n]]!, {n, 0, 50}] (* Harvey P. Dale, Dec 19 2021 *)
PROG
(PARI) A269221(n)=sumdigits(n)!
CROSSREFS
Sequence in context: A072132 A230231 A066459 * A071937 A061602 A182287
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Mar 15 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)