I'm trying to find the ratio of the number of atoms in the core of a nanoparticle, and the outermost shell with each shell containing:
$10k^2+2$ atoms
Then the total number up to the $k^{th}$ shell is (I believe)
$\sum\limits_{n=1}^{k-1}(10(k-n)^2+2)$
It's this expression I'm stuck on. I'm not 100% on what I'm allowed to do to evaluate this summation. I couldn't find much about operations on summations when I went looking.
Is this expression equivalent?
$10\bigg(\sum\limits_{n=1}^{k-1}k^2+\sum\limits_{n=1}^{k-1}n^2-\sum\limits_{n=1}^{k-1}2kn\bigg)+\sum\limits_{n=1}^{k-1}2$
If so how can I evaluate these?
Edit: Note, errors fixed thanks to Gerry's advice in his answer