There are consecutive odd positive integers, each of which is square-free.
What is the maximum possible value of ?
Details and Assumptions:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Any multiple of 9 is not square-free as it is divisible by 9 = 3 2 .
Between any two odd multiples of 9 there are 8 odd numbers, so this will be the longest "run" if we can find such a run in which all the numbers are square-free.
The run 29, 31, 33, 35, 37, 39, 41, 43 is square-free, so the maximum value of k is 8.