public static void Main() { P60.Solve(5); }
public void TestCase() { Assert.That(P60.Solve(4), Is.EquivalentTo(new [] { 3, 7, 109, 673 })); }