Project Euler Problem 48 Solution

Question

The series, 11+22+33+...+1010=104050713171^1 + 2^2 + 3^3 + ... + 10^{10} = 10405071317.

Find the last ten digits of the series, 11+22+33+...+100010001^1 + 2^2 + 3^3 + ... + 1000^{1000}.

Clojure

Haskell

Ruby