limit 的神仙数论函数题#1 题解
摘要:
题意:定义一个数论函数 \(f(i) = 1 \oplus 2 \oplus 3 \oplus 4... \oplus i\),求 \(\sum_{i=1}^n f(i)\) 发现这个函数有性质 \[ f(i)=\begin{cases} 0\ (i\operatorname{mod} 4=3) \ 阅读全文
posted @ 2020-07-01 14:53 exzang 阅读(173) 评论(3) 推荐(0) 编辑