P757
projecteuler.net

Stealthy Numbers

ℹ️Published on Saturday, 15th May 2021, 05:00 pm; Solved by 1362;
Difficulty rating: 10%

A positive integer $N$ is stealthy, if there exist positive integers $a$, $b$, $c$, $d$ such that $ab = cd = N$ and $a+b = c+d+1$.
For example, $36 = 4\times 9 = 6\times 6$ is stealthy.

You are also given that there are 2851 stealthy numbers not exceeding $10^6$.

How many stealthy numbers are there that don't exceed $10^{14}$?



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.