• moonlight@fedia.io
      link
      fedilink
      arrow-up
      19
      ·
      2 days ago

      This sequence approximates an integer to arbitrary precision, not 8 specifically though, and never perfectly.

      I tried it out using other bases, and the rule seems to be that doing this in base n results in n-2 with remainder n-1. So it doesn’t ever actually converge, but the remainder becomes small very fast.