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!)
A032830 Numbers whose set of base-6 digits is {3,4}. 1
3, 4, 21, 22, 27, 28, 129, 130, 135, 136, 165, 166, 171, 172, 777, 778, 783, 784, 813, 814, 819, 820, 993, 994, 999, 1000, 1029, 1030, 1035, 1036, 4665, 4666, 4671, 4672, 4701, 4702, 4707, 4708, 4881, 4882, 4887, 4888, 4917 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Flatten[Table[FromDigits[#, 6]&/@Tuples[{3, 4}, n], {n, 5}]] (* Vincenzo Librandi, May 30 2012 *)
PROG
(Magma) [n: n in [1..5000] | Set(IntegerToSequence(n, 6)) subset {3, 4}]; // Vincenzo Librandi, May 30 2012
CROSSREFS
Sequence in context: A308689 A339482 A359883 * A225478 A254884 A034475
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 March 29 10:59 EDT 2024. Contains 371277 sequences. (Running on oeis4.)