package
0.0.0-20241125083417-0b09d6ac830b
Repository: https://github.com/yydaily/project-euler-solution.git
Documentation: pkg.go.dev

# README

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$?

# Functions

No description provided by the author