[ prog / sol / mona ]

prog


e and the Stern-Brocot tree

46 2021-03-01 11:28

The (e, 10^12) link >>43 will expire at some point so here is the hash of the numerator:

$ sha1sum <(gawk 'NR == 4 { printf "%s", $0 }' e12.txt)
2a4d66da41f5564d04a5c4356159dbc7ccdd9827  /dev/fd/63

And the hash of the denominator:

$ sha1sum <(gawk 'NR == 5 { printf "%s", $0 }' e12.txt)
e405d307f115213561485d57d5e4d9b8f658b047  /dev/fd/63
54


VIP:

do not edit these