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!)
A032922 Numbers whose set of base-15 digits is {1,3}. 1
1, 3, 16, 18, 46, 48, 241, 243, 271, 273, 691, 693, 721, 723, 3616, 3618, 3646, 3648, 4066, 4068, 4096, 4098, 10366, 10368, 10396, 10398, 10816, 10818, 10846, 10848, 54241, 54243, 54271, 54273, 54691, 54693, 54721, 54723 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Flatten[Table[FromDigits[#, 15]&/@Tuples[{1, 3}, n], {n, 5}]] (* Vincenzo Librandi, Jun 03 2012 *)
PROG
(Magma) [n: n in [1..55000] | Set(IntegerToSequence(n, 15)) subset {1, 3}]; // Vincenzo Librandi, Jun 03 2012
CROSSREFS
Sequence in context: A076623 A068516 A219508 * A103655 A022126 A127006
KEYWORD
nonn,base
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 September 22 07:45 EDT 2023. Contains 365519 sequences. (Running on oeis4.)