Smallest power of 6 whose decimal expansion contains n: Difference between revisions

m
Small fix of Python solution
(Add CLU)
m (Small fix of Python solution)
Line 1,229:
for n in range(22):
print("{:2}: {}".format(n, smallest_six(n)))</lang>
{{out}}
<pre> 0: 10077696
1,481

edits