OFFSET
1,2
COMMENTS
A multiplicative semigroup: if m and n are in the sequence, then so is m*n.
The asymptotic density of this sequence is Sum_{s subset of A007691 \ {1}} (-1)^(card(s)+1)/LCM(s) = 0.1916963... . - Amiram Eldar, Apr 16 2025
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..20001
MATHEMATICA
q[n_] := n == 1 || AnyTrue[Rest[Divisors[n]], IntegerQ[DivisorSigma[-1, #]] &]; Select[Range[360], q] (* Amiram Eldar, Apr 16 2025 *)
PROG
(PARI) isA374198 = A374197;
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 07 2024
STATUS
approved
