public static string LatticePathsFast(int n) { return(CombinatoricFunctions.binomialcoeff(2 * n, n).ToString()); }