Files
2025-08-03 20:16:55 -07:00

7 lines
171 B
FSharp

module _29
let getDistinctTerms =
let range = [2..100]
common.crossMap (fun (a:int) b -> bigint.Pow(bigint a,b)) range range
|> Seq.distinct |> Seq.length