garyljc
- 103
- 0
Homework Statement
Find a formula for 1^2 + 3^2 + 5^2 + ... + (2n+1)^2
The Attempt at a Solution
What i did was Sum of (2n+1)^2
and then using standard formula like 1/6 n(n+1)(2n+1) and 1/2 n (n+1)
but when i insert n=1 it's gives me the 2nd term which is 3^2 = 9
but I'm looking for the summation formula, what I'm looking for is when i insert n=2 , the sum should be 1^2 + 3^2 = 10
but why can't i find it ?
am i heading the right directoin ?