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!)
A084689 3^n uses only distinct decimal digits. 0
0, 1, 2, 3, 4, 5, 6, 7, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
There are exactly 9 such n's that 3^n uses only distinct digits (in base 10).
LINKS
EXAMPLE
9 is (the last!) term because 3^9=19683 uses only distinct digits.
MATHEMATICA
Select[Range[0, 10], Max[DigitCount[3^#]]<2&] (* Harvey P. Dale, Jan 24 2021 *)
CROSSREFS
Sequence in context: A243369 A228052 A308072 * A021085 A031006 A031978
KEYWORD
fini,nonn,full,base
AUTHOR
Zak Seidov, Jul 01 2003
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 March 29 10:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)