Console.WriteLine(210 * 211 / 2); Console.WriteLine(Enumerable.Range(1, 10).Aggregate(new BigInteger(1), (x, y) => x *= y * (y + 1) / 2));