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”).

A032815
Numbers whose set of base-15 digits is {2,3}.
1
2, 3, 32, 33, 47, 48, 482, 483, 497, 498, 707, 708, 722, 723, 7232, 7233, 7247, 7248, 7457, 7458, 7472, 7473, 10607, 10608, 10622, 10623, 10832, 10833, 10847, 10848, 108482, 108483, 108497, 108498, 108707, 108708, 108722
OFFSET
1,1
MATHEMATICA
Flatten[Table[FromDigits[#, 15]&/@Tuples[{2, 3}, n], {n, 5}]] (* Vincenzo Librandi, May 27 2012 *)
PROG
(Magma) [n: n in [1..109000] | Set(IntegerToSequence(n, 15)) subset {2, 3}]; // Vincenzo Librandi, May 27 2012
CROSSREFS
Sequence in context: A217761 A004843 A173353 * A176894 A041053 A212763
KEYWORD
nonn,base,easy
STATUS
approved