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!)
A032815 Numbers whose set of base-15 digits is {2,3}. 1

%I #15 Sep 08 2022 08:44:51

%S 2,3,32,33,47,48,482,483,497,498,707,708,722,723,7232,7233,7247,7248,

%T 7457,7458,7472,7473,10607,10608,10622,10623,10832,10833,10847,10848,

%U 108482,108483,108497,108498,108707,108708,108722

%N Numbers whose set of base-15 digits is {2,3}.

%H Vincenzo Librandi, <a href="/A032815/b032815.txt">Table of n, a(n) for n = 1..1000</a>

%H <a href="/index/Ar#15-automatic">Index entries for 15-automatic sequences</a>.

%t Flatten[Table[FromDigits[#,15]&/@Tuples[{2,3},n],{n,5}]] (* _Vincenzo Librandi_, May 27 2012 *)

%o (Magma) [n: n in [1..109000] | Set(IntegerToSequence(n, 15)) subset {2, 3}]; // _Vincenzo Librandi_, May 27 2012

%K nonn,base,easy

%O 1,1

%A _Clark Kimberling_

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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)