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!)
A032809 Numbers whose set of base-9 digits is {2,3}. 1
2, 3, 20, 21, 29, 30, 182, 183, 191, 192, 263, 264, 272, 273, 1640, 1641, 1649, 1650, 1721, 1722, 1730, 1731, 2369, 2370, 2378, 2379, 2450, 2451, 2459, 2460, 14762, 14763, 14771, 14772, 14843, 14844, 14852, 14853, 15491, 15492 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Flatten[Table[FromDigits[#, 9]&/@Tuples[{2, 3}, n], {n, 9}]] (* Vincenzo Librandi, May 27 2012 *)
PROG
(Magma) [n: n in [1..16000] | Set(IntegerToSequence(n, 9)) subset {2, 3}]; // Vincenzo Librandi, May 27 2012
CROSSREFS
Sequence in context: A028425 A224987 A024630 * A279180 A279471 A042265
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 23 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)