import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { static long sumOfGroup(long k) { // Return the sum of the elements of the k'th group. // Return the sum of the elements of the k'th group. long startNum=((k-1)*(k))+1; long result=startNum; for(long i=1;i