Find the first six partial sums of the sequence whose nth term is given. 1,3,5,7

The first six partial sums of the sequence 1, 3, 5, 7 are:

1. 1
2. 1 + 3 = 4
3. 1 + 3 + 5 = 9
4. 1 + 3 + 5 + 7 = 16
5. 1 + 3 + 5 + 7 + 9 = 25
6. 1 + 3 + 5 + 7 + 9 + 11 = 36