Hi everyone,
Its current definition says: "Start of the first occurrence of n consecutive numbers divisible by a square greater than 1". The first few numbers in the sequence are 1, 8, 48, ...
Of course, 1 is not divisible by any number greater than 1, so either the definition is wrong, or 1 should not occur in the sequence. That's the first issue.
Until 2022, the definition was "Start of the first occurrence of n consecutive numbers divisible by a square". But that didn't work either: To make this definition compatible with 1 occuring in the list, 1 has to be divisible by a square, which means that we have to say 1^2 is a square. But if 1^2 is a square, then every number is divisible by a square, so any n consecutive numbers are all divisible by a square, and the sequence A069021 would have to be 1,1,1..., because the sequence 1,2 is a sequence of two consecutive numbers divisible by a square, and so on.
Gionata Neri raised this issue in 2017
: "If 1 is in the sequence, then it is meant that 1^1 is a square, but in this case all the numbers would be divisible by a square?" https://oeis.org/history?seq=A069021
To fix the issue, we could apply the current definition "divisible by a square greater than 1" correctly and change the sequence from 1, 8, 48, ... to 4, 8, 48, ...
But that raises a second issue, because then A069021 is identical to A045882: "Smallest term of first run of (at least) n consecutive integers which are not squarefree."
https://oeis.org/A045882
Cheers,
Christopher