摘要: ## 莫比乌斯函数 ### 定义 $$ \mu(n) = \begin{cases} 1 & n = 1 \\ 0 & n\text{ 含有平方因子} \\ (-1)^k & \text{其中 }k\text{ 为 }n\text{ 本质不同的质因子个数} \end{cases} $$ ### 性质 阅读全文
posted @ 2023-01-12 20:18 Mine_King 阅读(53) 评论(0) 推荐(2) 编辑