login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A378230
Positions of 0's in A378226, where A278226 is XOR-Moebius transform of A318457, and A318457(n) = n XOR (sigma(n)-n).
2
6, 14, 28, 42, 50, 62, 72, 114, 124, 150, 186, 248, 254, 376, 402, 412, 426, 434, 474, 496, 498, 508, 762, 784, 786, 796, 868, 938, 978, 994, 1002, 1016, 1302, 1528, 1568, 1578, 1626, 1778, 1834, 1852, 1888, 1948, 1988, 2032, 3056, 3064, 3094, 3282, 3350, 3556, 3568, 3644, 3682, 3794, 3858, 3868, 3882, 3954, 4064
OFFSET
1,1
PROG
(PARI)
A318457(n) = bitxor(n, sigma(n)-n);
A378226(n) = { my(v=0); fordiv(n, d, if(issquarefree(n/d), v=bitxor(v, A318457(d)))); (v); }
isA378230(n) = (0==A378226(n));
CROSSREFS
Positions of 0's in A378226.
Subsequences: A000396 (at least the even terms).
Sequence in context: A071776 A063590 A349723 * A128806 A139596 A192035
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 26 2024
STATUS
approved