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!)
A032833 Numbers whose set of base-9 digits is {3,4}. 2
3, 4, 30, 31, 39, 40, 273, 274, 282, 283, 354, 355, 363, 364, 2460, 2461, 2469, 2470, 2541, 2542, 2550, 2551, 3189, 3190, 3198, 3199, 3270, 3271, 3279, 3280, 22143, 22144, 22152, 22153, 22224, 22225, 22233, 22234, 22872, 22873 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Flatten[Table[FromDigits[#, 9]&/@Tuples[{3, 4}, n], {n, 5}]] (* Vincenzo Librandi, May 30 2012 *)
PROG
(Magma) [n: n in [1..25000] | Set(IntegerToSequence(n, 9)) subset {3, 4}]; // Vincenzo Librandi, May 30 2012
CROSSREFS
Sequence in context: A288868 A076001 A225629 * A151466 A347978 A127068
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)