Fix typos in Sicherman Dice notebook table layout

This commit is contained in:
Peter Norvig
2026-09-02 16:50:34 -07:00
committed by GitHub
parent 1a6261e1b6
commit fa14771d00

View File

@@ -487,7 +487,7 @@
"source": [
"**Bo: Look at that!**\n",
"\n",
"Ali: It turns out you can <a href=\"https://www.mathartfun.com/dSpecial.html\">buy</a> a pair of dice with just these numbers, and there are some nice [charts and tables on Wikipedia](https://en.wikipedia.org/wiki/Sicherman_dice) explaining it all. \n",
"Ali: It turns out you can <a href=\"https://www.mathartfun.com/dSpecial.html\">buy</a> a pair of dice with just these numbers, and there are some nice [charts and tables on Wikipedia](https://en.wikipedia.org/wiki/Sicherman_dice) ing it all. \n",
"\n",
"![Sicherman dice from MathArtFun.com](http://www.mathartfun.com/shopsite_sc/store/html/SichermanDots.jpg)\n",
"\n",
@@ -1317,7 +1317,7 @@
"\n",
"Ali: In general, what's the sum of the sides of a standard pair?\n",
"\n",
"**Bo: Easy, that's *N* × (*N* + 1). [Gauss](http://betterexplained.com/articles/techniques-for-adding-the-numbers-1-to-100/) knew that when he was in elementary school!**\n",
"**Bo: Easy, that's *N* × (*N* + 1). [Gauss](http://bettered.com/articles/techniques-for-adding-the-numbers-1-to-100/) knew that when he was in elementary school!**\n",
"\n",
"# Better Efficiency\n",
"\n",
@@ -1727,7 +1727,7 @@
"|3|0| | |\n",
"|4 | 1 | [1, 2, 2, 3] | [1, 3, 3, 5]|\n",
"|5|0| | |\n",
"|6 | 1 | [1, 2, 2, 3, 3, 4] | [1, 3, 4, 5, 6, 8]\n",
"|6 | 1 | [1, 2, 2, 3, 3, 4] | [1, 3, 4, 5, 6, 8]|\n",
"|7 | 0 |\n",
"|8 | 3 | [1, 2, 2, 3, 3, 4, 4, 5] | [1, 3, 5, 5, 7, 7, 9, 11]|\n",
" ||| [1, 2, 3, 3, 4, 4, 5, 6] | [1, 2, 5, 5, 6, 6, 9, 10]|\n",