this post was submitted on 27 Apr 2025
827 points (98.9% liked)
Funny
9279 readers
1205 users here now
General rules:
- Be kind.
- All posts must make an attempt to be funny.
- Obey the general sh.itjust.works instance rules.
- No politics or political figures. There are plenty of other politics communities to choose from.
- Don't post anything grotesque or potentially illegal. Examples include pornography, gore, animal cruelty, inappropriate jokes involving kids, etc.
Exceptions may be made at the discretion of the mods.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder if there’s a related infinite sequence which converges on 8?
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.
eyes you in binary
The sequence in base 2 is only 1/1.
Wonder how close base-16 gets.
FEDCBA987654321 / 123456789ABCDEF
Off by '1.82959E–16' !
Hmmmm.....
Edit: you can kinda think of it being 0, plus the 1/1 that would have ended up as a remainder in larger bases. In base 2, it just ends up being a full 1.
(n * 8 + 1) / n