this post was submitted on 27 Apr 2025
840 points (99.0% liked)

Funny

9323 readers
1139 users here now

General rules:

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
[–] stebo02@lemmy.dbzer0.com 8 points 3 days ago* (last edited 3 days ago)

By the way guys, a very similar approximation for 8, which also starts at 9.000 for n=1, but quickly gets much closer to 8 for increasing n, is:

exp{-2(n-1)} + 8

It approaches 8 about as fast as the above method but this one has a simple formula that is usable in python etc.