|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
Palindromic sums
The palindromic number 595 is interesting because it can be written as the sum of consecutive squares: 62 + 72 + 82 + 92 + 102 + 112 + 122.
There are exactly eleven palindromes below one-thousand that can be written as consecutive square sums, and the sum of these palindromes is 4164. Note that 1 = 02 + 12 has not been included as this problem is concerned with the squares of positive integers.
Find the sum of all the numbers less than 108 that are both palindromic and can be written as the sum of consecutive squares.
题目:
595 这个回文数很有趣,它可以被写作连续数字的平方数之和:62 + 72 + 82 + 92 + 102 + 112 + 122。
1000 以下一共有 11 个这样可以写作连续数字平方和的回文数,这 11 个数字的和是 4164。注意 1 = 02 + 12 没有被算作在内,因为该题目只考虑正整数的平方和。
求 108 以下所有 1). 既是回文; 2). 又可以写成连续数字平方和,的数字之和。
|
|