#!/bin/python import sys def oddnum(p): count=1 n=1 while count<=p: n+=2 count+=1 return n def sumOfGroup(k): i=1 j=1 while i