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!)
A269223 Factorial of the sum of digits of n in base 3. 2
1, 1, 2, 1, 2, 6, 2, 6, 24, 1, 2, 6, 2, 6, 24, 6, 24, 120, 2, 6, 24, 6, 24, 120, 24, 120, 720, 1, 2, 6, 2, 6, 24, 6, 24, 120, 2, 6, 24, 6, 24, 120, 24, 120, 720, 6, 24, 120, 24, 120, 720, 120, 720, 5040, 2, 6, 24, 6, 24, 120, 24, 120, 720, 6, 24, 120, 24, 120, 720, 120, 720 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Sequence A093659 is the binary (base 2) and sequence A269221 is the decimal (base 10) version.
LINKS
FORMULA
a(n) = A000142(A053735(n)).
MATHEMATICA
Table[Total[IntegerDigits[n, 3]]!, {n, 0, 70}] (* Michael De Vlieger, Mar 15 2016 *)
PROG
(PARI) A269223(n)=sumdigits(n, 3)! \\ sumdigits(., 3) requires version > 2.7.1; see A053735 for a substitute.
(PARI) a(n) = vecsum(digits(n, 3))!; \\ Michel Marcus, Mar 15 2016
CROSSREFS
Sequence in context: A053448 A060550 A099206 * A121341 A241737 A174959
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)