Skip to content

Commit bb68d89

Browse files
committed
Fix typo in arith-k-presum.md for k-th order prefix sums
1 parent e97530e commit bb68d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/arith-k-presum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ $$
8787
因此:
8888

8989
$$
90-
a_n^{(k+1)}=[x^{n-1}]G_I^{k+1}(x)=\dbinom{n+k}{n-1}
90+
a_n^{(k)}=[x^{n-1}]G_I^{k+1}(x)=\dbinom{n+k}{n-1}
9191
$$

0 commit comments

Comments
 (0)