OFFSET
1,1
COMMENTS
The asymptotic density of this sequence is 5/7. - Amiram Eldar, Dec 02 2023
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
Michael De Vlieger, Diagram showing numbers k in this sequence instead as k mod 42, labeled and in large black circles, else gray dots if coprime to 42, purple if k = 1, red if k | 42, and gold if rad(k) | 42.
MATHEMATICA
With[{n = 42}, Select[Range[200], And[! CoprimeQ[#, n], ! Divisible[n, Times @@ FactorInteger[#][[All, 1]]]] & ] ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Apr 04 2023
STATUS
approved