Let \( f : \mathbb{N} \to \mathbb{N} \) be a function such that \( f(x + y) = f(x) + f(y) + xy \) for every \( x, y \in \mathbb{N} \). If \( f(1) = 2 \), then \( \sum\limits_{k=0}^{10} f(k) \) is equal to:
Show Hint
When given a functional equation, test it by plugging small values to detect a pattern. Recurrence or recursive computation often helps in such functional equations.