P47
projecteuler.net

Distinct Primes Factors

ℹ️Published on Friday, 4th July 2003, 06:00 pm; Solved by 63743;
Difficulty rating: 5%

The first two consecutive numbers to have two distinct prime factors are:

\begin{align} 14 &= 2 \times 7\\ 15 &= 3 \times 5. \end{align}

The first three consecutive numbers to have three distinct prime factors are:

\begin{align} 644 &= 2^2 \times 7 \times 23\\ 645 &= 3 \times 5 \times 43\\ 646 &= 2 \times 17 \times 19. \end{align}

Find the first four consecutive integers to have four distinct prime factors each. What is the first of these numbers?



Soluzione

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