add relevant sequence

This commit is contained in:
filifa 2025-04-19 00:47:08 -04:00
parent 7623a7b99e
commit e086b07cfb
1 changed files with 9 additions and 0 deletions

View File

@ -119,6 +119,15 @@
"f(x) = 1/prod(1 - x^k for k in (1, 2, 5, 10, 20, 50, 100, 200))\n", "f(x) = 1/prod(1 - x^k for k in (1, 2, 5, 10, 20, 50, 100, 200))\n",
"f(x).taylor(x, 0, 200).coefficient(x^200)" "f(x).taylor(x, 0, 200).coefficient(x^200)"
] ]
},
{
"cell_type": "markdown",
"id": "32707270",
"metadata": {},
"source": [
"## Relevant sequences\n",
"* Number of ways to make change with Euro currency (same values as this problem until $n=500$): [A057537](https://oeis.org/A057537)"
]
} }
], ],
"metadata": { "metadata": {