OFFSET
1,2
COMMENTS
For k > 0 the nonnegative integers k such that Sum_{d|k} k & (k/d) = 0, where & is the bitwise AND operator.
MAPLE
select(n -> A327987(n) = 0, [$0..777]);
PROG
(Magma) [0] cat [k:k in [1..800]| &+[BitwiseAnd(d, k div d):d in Divisors(k)] eq 0]; // Marius A. Burtea, Oct 11 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Oct 11 2019
STATUS
approved