阶乘之和

对于每个正整数 n,我们用 `n! = 1*2*3*...*n` 表示。

找出所有整数 n,使得总和 `1! + 2! + 3! + ... + n!` 是一个整数的平方。

(解题格式: a,b,c,... 即最小的三个数用逗号分隔,没有空格,如果解不止这些,后面加三个点)

难度等级(1 非常简单 - 10 非常困难):2

主题:
数论 -> 模算术/余数算术 代数学 -> 数列
来源:
There are no comments yet.
Authentication required

You must log in to post a comment.

Log in