OFFSET
1,1
COMMENTS
All terms of this sequence are divisible by 36, so they can't be squarefree.
EXAMPLE
36 = 2^2 * 3^2 (the 8th triangular number) between 33 = 3 * 11, 34 = 2 * 17, 35 = 5 * 7 and 37 which is a prime number, 38 = 2 * 19 and 39 = 3 * 13.
2016 = 2^5 * 3^2 * 7 (the 63rd triangular number) between 2013 = 3 * 11 * 61, 2014 = 2 * 19 * 53, 2015 = 5 * 13 * 31 and 2017 which is a prime number, 2018 = 2 * 1009, 2019 = 3 * 673.
2556 = 2^2 * 3^2 * 71 (the 71st triangular number) between 2553 = 3 * 23 * 37, 2554 = 2 * 1277, 2555 = 5 * 7 * 73 and 2557 which is a prime number, 2558 = 2 * 1279, 2559 = 3 * 853.
MATHEMATICA
Select[Accumulate[Range[1500]], And @@ (SquareFreeQ /@ (# + {-3, -2, -1, 1, 2, 3})) &] (* Amiram Eldar, Jul 07 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Massimo Kofler, Jul 07 2024
STATUS
approved