Project Euler 172: Investigating numbers with few repeated digits
How many 18-digit numbers n (without leading zeros) are there such that no digit occurs more than three times in n?
Project Euler 172 Solution
Runs < 2 seconds in Python.Use this link to get the Project Euler 172 Solution Python source.
Afterthoughts
-
No afterthoughts yet.
Discussion
No comments yet.