Step 1 – Write down the numbers we are adding
A centred hexagonal number (hexagonal dot‐pattern with one dot in the middle) is
$$H_1 = 1,\; H_2 = 7,\; H_3 = 19,\; H_4 = 37,\;\ldots$$
So the running sums the question talks about are
$$S_1 = 1$$
$$S_2 = 1 + 7 = 8$$
$$S_3 = 1 + 7 + 19 = 27$$
$$S_4 = 1 + 7 + 19 + 37 = 64$$
…and so on.
Step 2 – Look for a pattern
The totals we just found are
$$1,\;8,\;27,\;64,\;\ldots$$
These are exactly the perfect cubes:
$$1 = 1^{3},\; 8 = 2^{3},\; 27 = 3^{3},\; 64 = 4^{3},\;\ldots$$
So the sequence we get is the sequence of cube numbers $$n^{3}$$.
Step 3 – Why is this true? An algebra check
First write a general formula for the n-th centred hexagonal number. Counting the dots gives
$$H_n = 3n(n-1) + 1.$$
Notice something special:
$$n^{3} - (n-1)^{3} = n^{3} - \bigl(n^{3} - 3n^{2} + 3n - 1\bigr)
= 3n^{2} - 3n + 1.$$
But $$3n^{2} - 3n + 1$$ is exactly $$H_n$$ (because
$$3n^{2} - 3n + 1 = 3n(n-1)+1$$). Therefore
$$H_n = n^{3} - (n-1)^{3}.$$
Now add the first $$k$$ such numbers:
$$S_k = \sum_{n=1}^{k} H_n
= \sum_{n=1}^{k} \bigl[n^{3} - (n-1)^{3}\bigr].$$
The sum telescopes — every term except the very first and very last cancels:
$$S_k = k^{3} - 0^{3} = k^{3}.$$
Hence the running totals are always perfect cubes.
Step 4 – A picture proof with cubes
- Build a solid cube of side length $$k$$ from unit cubes. It contains $$k^{3}$$ small cubes.
- Put the cube so that you look along a space diagonal (from one corner toward the opposite back corner).
- If you cut the big cube by parallel slices perpendicular to that diagonal, the layers you get have exactly
$$1,\;7,\;19,\;37,\;\ldots$$ unit cubes.
- Stacking the first $$k$$ such hexagonal layers therefore reconstructs the whole $$k\times k\times k$$ cube, showing that
$$1 + 7 + 19 + 37 + \cdots + H_k = k^{3}.$$
(To draw it, sketch a $$4 \times 4 \times 4$$ cube of small blocks. Shade the blocks in the front‐left‐bottom corner –– there is 1. Move one block’s thickness along the diagonal and shade the next slice –– you will shade 7. Continue: the next slice has 19, then 37. All four slices together make the whole cube, proving the count.)
Conclusion
Adding centred hexagonal numbers one by one gives the perfect cubes:
\[\boxed{\;1,\;8,\;27,\;64,\;125,\;\ldots\; = \;n^{3}\;}\]