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

%I #8 Jan 24 2021 13:09:27

%S 0,1,2,3,4,5,6,7,9

%N 3^n uses only distinct decimal digits.

%C There are exactly 9 such n's that 3^n uses only distinct digits (in base 10).

%e 9 is (the last!) term because 3^9=19683 uses only distinct digits.

%t Select[Range[0,10],Max[DigitCount[3^#]]<2&] (* _Harvey P. Dale_, Jan 24 2021 *)

%K fini,nonn,full,base

%O 1,3

%A _Zak Seidov_, Jul 01 2003

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 16 04:17 EDT 2024. Contains 371696 sequences. (Running on oeis4.)