We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b351b commit b64e230Copy full SHA for b64e230
project_euler/problem_122/sol1.py
@@ -24,7 +24,8 @@
24
n^6 x n^6 = n^12
25
n^12 x n^3 = n^15
26
27
-We shall define m(k) to be the minimum number of multiplications to compute n^k; for example m(15) = 5.
+We shall define m(k) to be the minimum number of multiplications to compute n^k;
28
+for example m(15) = 5.
29
30
Find sum_{k = 1}^200 m(k).
31
0 commit comments