1
0
mirror of https://github.com/cuntoushifu/408.git synced 2026-06-17 07:46:37 +08:00

时间复杂度

This commit is contained in:
杨烨
2021-12-13 13:25:27 +08:00
parent 79388c1470
commit 83e3cb1a4e

View File

@@ -1,8 +1,7 @@
# 求解中常用数列的前n项和
### 1. n<sup>2</sup>
$$
```
n(n+1)(2n+1)/6
$$
```