close
login
A380524
a(n) = 1 if n is a squarefree and for all factorizations of n as x*y, the sum (x * y') + (x' * y) is carryfree when the addition is done in the primorial base, otherwise 0. Here u' stands for A003415(u), the arithmetic derivative of u.
3
1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0
OFFSET
1
COMMENTS
First differs from A380467 at n = 70, 154, 190, 195, 455, 574, 645, 1054, 1085, ...
FORMULA
a(n) = A008966(n)*A358672(n).
a(n) >= A380467(n).
PROG
(PARI) A380524(n) = (issquarefree(n) && A358672(n));
CROSSREFS
Characteristic function of A380525.
Sequence in context: A192280 A389449 A380467 * A342005 A391747 A354355
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 04 2025
STATUS
approved