Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%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_