Solved 46.

This commit is contained in:
2018-12-22 18:44:11 -05:00
parent 08b1403bb8
commit 21716b5b1a
2 changed files with 163 additions and 3 deletions

View File

@@ -31,7 +31,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def T(n):\n",
@@ -53,7 +55,9 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"n_max = 100000\n",
@@ -119,7 +123,7 @@
},
"tags": [
"triangular",
"pentagona",
"pentagonal",
"hexagonal"
]
},