From e086b07cfb5fc5e8b6542a9171691de847fc5f1b Mon Sep 17 00:00:00 2001 From: filifa Date: Sat, 19 Apr 2025 00:47:08 -0400 Subject: [PATCH] add relevant sequence --- notebooks/problem0031.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notebooks/problem0031.ipynb b/notebooks/problem0031.ipynb index 1f5b971..a51ad1b 100644 --- a/notebooks/problem0031.ipynb +++ b/notebooks/problem0031.ipynb @@ -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).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": {