Added 24 and 25 to ipython.

This commit is contained in:
2018-02-06 22:22:00 +01:00
parent b7e7314e99
commit ee6e6e6445
8 changed files with 948 additions and 7 deletions

View File

@@ -390,7 +390,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This is actually really embarrassing. Especially I was aware of the sqrt trick all the way but did not manage to put it into use properly. Another example where greate engineer will leave you far behind compared to great thinking."
"This is actually really embarrassing. Especially I was aware of the sqrt trick all the way but did not manage to put it into use properly. Another example where greate engineer will leave you far behind compared to great thinking.\n",
"\n",
"**Supplement:** Also I have discovered that my sum of proper divisors function has a bug when n is a square, because in that case _i == (n // 1)_ which adds this value two times. So there is no amicable number under 10000 which is also a square because otherwise we would have failed."
]
}
],