yaworsw/euler-manager

View on GitHub
data/problems/179.yml

Summary

Maintainability
Test Coverage
---
:id: 179
:name: Consecutive positive divisors
:url: https://projecteuler.net/problem=179
:content: "Find the number of integers 1 \\< n \\< 10<sup>7</sup>, for which <var>n</var>
  and <var>n</var> + 1 have the same number of positive divisors. For example, 14
  has the positive divisors 1, 2, 7, 14 while 15 has 1, 3, 5, 15.\n\n"