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
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
AUTHOR
STATUS
approved

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