You are viewing a single comment's thread. Return to all comments →
def summingSeries(n): s=(n*n)%(1000000007) return s
Seems like cookies are disabled on this browser, please enable them to open this website
Summing the N series
You are viewing a single comment's thread. Return to all comments →
def summingSeries(n): s=(n*n)%(1000000007) return s