Thanks Narayan. Using that logic, formula would be:
=SUM(OFFSET($A$2,3*INT((ROW(A1)-1)/3),0,3,1))
where A2 is the cell with first number, and all the 3's in the formula represent how many cells you want to sum at a time. Copy down formula as desired/needed.