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!)
A127110 n! in base 3. 5
1, 1, 2, 20, 220, 11110, 222200, 20220200, 2001022100, 200102210000, 20211100210000, 2210002222120000, 1020101022210200000, 121001222020102200000, 22100000121100001100000, 11122000100002000202000000, 2202002012101012102212000000, 1201122101101102102110111000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[FromDigits[IntegerDigits[n!, 3]], {n, 0, 17}] (* Stefano Spezia, Aug 25 2022 *)
PROG
(PARI) a(n) = fromdigits(digits(n!, 3), 10); \\ Michel Marcus, Sep 04 2021
CROSSREFS
Sequence in context: A199761 A214769 A227337 * A361964 A337856 A296660
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 05 2007
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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)