PROJECT EULER · #0053
Combinatoric Selections
There are exactly ten ways of selecting three from five, 12345:
123, 124, 125, 134, 135, 145, 234, 235, 245, and 345
In combinatorics, we use the notation,
In general,
It is not until
How many, not necessarily distinct, values of
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.