login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A032934
Numbers whose set of base-14 digits is {1,2}.
1
1, 2, 15, 16, 29, 30, 211, 212, 225, 226, 407, 408, 421, 422, 2955, 2956, 2969, 2970, 3151, 3152, 3165, 3166, 5699, 5700, 5713, 5714, 5895, 5896, 5909, 5910, 41371, 41372, 41385, 41386, 41567, 41568, 41581, 41582, 44115, 44116
OFFSET
1,2
LINKS
MATHEMATICA
Flatten[Table[FromDigits[#, 14]&/@Tuples[{1, 2}, n], {n, 5}]] (* Vincenzo Librandi, Jun 04 2012 *)
PROG
(Magma) [n: n in [1..45000] | Set(IntegerToSequence(n, 14)) subset {1, 2}]; // Vincenzo Librandi, Jun 04 2012
CROSSREFS
Sequence in context: A267711 A108472 A039771 * A370977 A337824 A114606
KEYWORD
nonn,base
STATUS
approved