OFFSET
1,1
COMMENTS
Leading zeros are permitted. There are a total of 6! = 720 terms in the sequence. - Harvey P. Dale, Jan 22 2013
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..720
MATHEMATICA
Union[ Map[ Plus@@(Array[ (6^#)&, Length[ # ], 0 ]*#)&, Permutations[ Range[ 6-1 ] ] ] ]
FromDigits[#, 6]&/@Permutations[Range[0, 5]] (* Harvey P. Dale, Jan 22 2013 *)
CROSSREFS
KEYWORD
nonn,base,easy,fini,full
AUTHOR
EXTENSIONS
Keyword "fini" added by Harvey P. Dale, Jan 22 2013
STATUS
approved