• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 6
  • 30
  • 1
  • 0
  • 135
hold on;
H = 2^11;
for i=0:H-1
x = 0:i;
x = x(bitand(x,(i-x))==0);
Y = i*ones(size(x));
plot(x-Y/2,H/2-Y,'.k','markersize',0.001);
end
axis equal off;
Image
Remix Tree