#!/bin/python3 import sys def sumOfGroup(k): first = (k*(k-1))+1; sum=0; i=0 while(i