yaworsw/euler-manager

View on GitHub
data/problems/132.yml

Summary

Maintainability
Test Coverage
---
:id: 132
:name: Large repunit factors
:url: https://projecteuler.net/problem=132
:content: |+
  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(10<sup>9</sup>).