All I have to say for myself is that it (see chapter 17) was too clever for me not to make a graph.
Also, Yudkowsky did actually use the product of two prime numbers. I checked: 181,429 factors to 397 * 457.
Tags: algorithms, art
All I have to say for myself is that it (see chapter 17) was too clever for me not to make a graph.
Also, Yudkowsky did actually use the product of two prime numbers. I checked: 181,429 factors to 397 * 457.
Tags: algorithms, art
March 8, 2012 at 05:23 |
[…] Ch. 17: Dinosaurusgede (lovely rendition of a defining moment) Dinosaurusgede (slightly different rendition) Christopher Olah […]
July 22, 2012 at 23:38 |
Why is 101 constant in b>997 term?
July 24, 2012 at 00:48 |
Because, by premise, a and b are 3 digit numbers. 101 is the smallest 3 digit prime, so when we loop around, we start there.
Since we don’t really care about efficiency, it would have worked just as well and perhaps been more easily understandable if one had started at 100 and gone to 999, incrementing by 1 instead of 2. Oh well. 🙂