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!)
A037414 Positive numbers having the same set of digits in base 2 and base 9. 1

%I #16 Apr 23 2021 22:16:22

%S 1,9,81,82,90,729,730,738,739,810,811,819,6561,6562,6570,6571,6642,

%T 6643,6651,6652,7290,7291,7299,7300,7371,7372,7380,59049,59050,59058,

%U 59059,59130,59131,59139,59140,59778,59779,59787,59788,59859,59860,59868,59869

%N Positive numbers having the same set of digits in base 2 and base 9.

%H John Cerkan, <a href="/A037414/b037414.txt">Table of n, a(n) for n = 1..10000</a>

%o (PARI) isok(n) = Set(binary(n)) == Set(digits(n, 9)); \\ _Michel Marcus_, Jan 21 2017

%Y Subsequence of A033046.

%K nonn,base

%O 1,2

%A _Clark Kimberling_

%E Name edited by _John Cerkan_, Jan 20 2017

%E a(28)-a(43) from _John Cerkan_, Jan 20 2017

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 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)