We are given the summation:
\[
\sum_{k=1}^{n} k(k+1)(k-1).
\]
First, expand the expression inside the summation:
\[
k(k+1)(k-1) = k(k^2 - 1) = k^3 - k.
\]
Thus, the sum becomes:
\[
\sum_{k=1}^{n} k(k+1)(k-1) = \sum_{k=1}^{n} (k^3 - k).
\]
Step 1: Break it into two sums
\[
\sum_{k=1}^{n} k^3 - \sum_{k=1}^{n} k.
\]
Step 2: Use known formulas for the sums of cubes and integers
The sum of cubes is:
\[
\sum_{k=1}^{n} k^3 = \left( \frac{n(n+1)}{2} \right)^2.
\]
The sum of integers is:
\[
\sum_{k=1}^{n} k = \frac{n(n+1)}{2}.
\]
Step 3: Combine and simplify
Now, expand and simplify the result to get the coefficients for \( n^4, n^3, n^2, n \). The coefficient \( s \) of \( n \) will turn out to be \( -1/2 \).
Thus, the value of \( s \) is \( -1/2 \), which matches option (B).