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!)
A032807 Numbers whose set of base-7 digits is {2,3}. 2
2, 3, 16, 17, 23, 24, 114, 115, 121, 122, 163, 164, 170, 171, 800, 801, 807, 808, 849, 850, 856, 857, 1143, 1144, 1150, 1151, 1192, 1193, 1199, 1200, 5602, 5603, 5609, 5610, 5651, 5652, 5658, 5659, 5945, 5946, 5952, 5953 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Flatten[Table[FromDigits[#, 7]&/@Tuples[{2, 3}, n], {n, 5}]] (* Vincenzo Librandi, May 27 2012 *)
PROG
(Magma) [n: n in [1..8000] | Set(IntegerToSequence(n, 7)) subset {2, 3}]; // Vincenzo Librandi, May 27 2012
CROSSREFS
Sequence in context: A337111 A004832 A076801 * A246490 A248854 A167605
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 24 07:22 EDT 2024. Contains 371922 sequences. (Running on oeis4.)