seq generates the numbers 1 to 10, one per line, and paste -sd+ joins them into a single line separated by plus signs. The resulting expression is piped into bc, which evaluates it to 55. The pipe symbol (|) chains the three commands. Swap the seq range for any series you need totaled.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.