VOOZH
about
URL: https://oeis.org/A032927
⇱ A032927 - OEIS
login
A032927
Numbers whose set of base-6 digits is {1,2}.
1
1, 2, 7, 8, 13, 14, 43, 44, 49, 50, 79, 80, 85, 86, 259, 260, 265, 266, 295, 296, 301, 302, 475, 476, 481, 482, 511, 512, 517, 518, 1555, 1556, 1561, 1562, 1591, 1592, 1597, 1598, 1771, 1772, 1777, 1778, 1807, 1808, 1813, 1814
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 1..1000
MATHEMATICA
Flatten[Table[FromDigits[#, 6]&/@Tuples[{1, 2}, n], {n, 5}]] (*
Vincenzo Librandi
, Jun 03 2012 *)
PROG
(Magma) [n: n in [1..2000] | Set(IntegerToSequence(n, 6)) subset {1, 2}]; //
Vincenzo Librandi
, Jun 03 2012
CROSSREFS
Sequence in context:
A246389
A329409
A231625
*
A004717
A379211
A308918
Adjacent sequences:
A032924
A032925
A032926
*
A032928
A032929
A032930
KEYWORD
nonn
,
base
AUTHOR
Clark Kimberling
STATUS
approved