COMMENTS
The asymptotic density of this sequence is 4 * Product_{p prime} (1 - 3/p^2) = 4 * A206256 = 0.501947... . - Amiram Eldar, Apr 16 2024
PROG
(PARI) is(m) = issquarefree(4*m+1) && issquarefree(4*m+2) && issquarefree(4*m+3); \\ Amiram Eldar, Apr 16 2024
LINKS
Michael De Vlieger, <a href="/A370600/b370600_1.txt">Table of n, a(n) for n = 1..10000</a>
Discussion
Mon Apr 15
18:10
OEIS Server: Installed first b-file as b370600.txt.
Discussion
Mon Apr 15
15:42
Hugo Pfoertner: It is well known that such questions only come from my automatic routine checking of new sequences with my extended search program. There are almost no mathematical considerations involved. But I pass on the information to the authors, as an editorial service, so to speak. If the relationship found is correct, then it can be used as a formula without my name.
15:43
Michael De Vlieger: Hugo, that is pretty handy! Thank you.
Discussion
Mon Apr 15
14:58
Michael De Vlieger: Should attribute to Hugo if acceptable. Left off n > 1, since A7675(1) = 1, 1-1 = 0, and clearly {1, 2, 3} are squarefree.
Discussion
Mon Apr 15
13:26
Michel Marcus: add A007675 formula ??