I am trying to prove there exist 1000000 consecutive numbers divisible by the square of a prime.
I have already tried several ways
- prove that the alternative is impossible didn’t work because it’s easy to find a million numbers that are not all non-prime;
- I tried ‘constructing’ a list, by starting from a random list and multiplyingcto get squares of primes, no luck…
I am currently traveling with limited network, so it’s difficult to look up tips online. If anyone can give me a hint in the right direction, that would be much appreciated…
Thanks!