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!)
A032838 Numbers whose set of base-14 digits is {3,4}. 1

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

%S 3,4,45,46,59,60,633,634,647,648,829,830,843,844,8865,8866,8879,8880,

%T 9061,9062,9075,9076,11609,11610,11623,11624,11805,11806,11819,11820,

%U 124113,124114,124127,124128,124309,124310,124323

%N Numbers whose set of base-14 digits is {3,4}.

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

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

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

%o (Magma) [n: n in [1..125000] | Set(IntegerToSequence(n, 14)) subset {3, 4}]; // _Vincenzo Librandi_, May 31 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 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)