A214524 List of words over {1,6} with equal numbers of 1's and 6's.
16, 61, 1166, 1616, 1661, 6116, 6161, 6611, 111666, 116166, 116616, 116661, 161166, 161616, 161661, 166116, 166161, 166611, 611166, 611616, 611661, 616116, 616161, 616611, 661116, 661161, 661611, 666111
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Sort[FromDigits/@Flatten[Table[Permutations[PadRight[{},2n,{1,6}]],{n,3}],1]] (* Harvey P. Dale, May 11 2015 *)
Comments