A Series of Even numbers squared

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
hms.tech
Messages
246
Reaction score
0

Homework Statement



Is there a general formula for the sum of such a series (or can it be self derived) ?

2^2 + 4^2 + 6^2 + 8^2 ... N^2 (all the way till some even number N)

Homework Equations



[itex]\sum r^2[/itex] (from r=1 to r=N) = 1/6 * n(n+1)(2n+1)

The Attempt at a Solution



No clue where to start.
 
Physics news on Phys.org
Oh... I did not see that. Great thinking !

After taking 2^2 common we will get a simple sequence :

1^2 + 2^2 + 3^2 + 4^2 ...

I think I get it !