This question doesn't support checking answers.
132. Large repunit factors

Publish Date:

A number consisting entirely of ones is called a repunit. We shall define R(k) to be a repunit of length k.

For example, R(10) = 1111111111 = 11×41×271×9091, and the sum of these prime factors is 9414.

Find the sum of the first forty prime factors of R(109).

Press F12 and use the "Console" tab to view the output of your codes.

Loading...