• Remix
  • Share
  • New Entry

on 6 Oct 2021
  • 2
  • 18
  • 0
  • 0
  • 144
plot(primes(2^20),arrayfun(@(x) x-bin2dec(flip(dec2bin(x))), primes(2^20)), '.w', 'MarkerSize', 1)
xlim([0 2^20])
set(gcf,'color','black')
axis off

Image

Remix Tree