OFFSET
1,2
LINKS
PROG
(PARI) A318460(n) = { my(xors=0); fordiv(n, d, if(d<(n/d), xors += bitxor(d, n/d))); (xors); };
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 28 2018
STATUS
approved