|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 欧拉计划 于 2017-1-5 16:02 编辑
Alexandrian Integers
We shall call a positive integer A an "Alexandrian integer", if there exist integers p, q, r such that:
For example, 630 is an Alexandrian integer (p = 5, q = −7, r = −18). In fact, 630 is the 6th Alexandrian integer, the first 6 Alexandrian integers being: 6, 42, 120, 156, 420 and 630.
Find the 150000th Alexandrian integer.
题目:
对于一个正整数 A,如果存在满足以下条件的整数 p,q 和 r,则称 A 为“亚历山大整数”:
比如,630 就是一个亚历山大整数:存在 p = 5,q = −7,r = −18,使上面的式子成立。并且,630 是第六个亚历山大整数,前六个分别是 6, 42, 120, 156, 420 和 630。
请找出第 150000 个亚历山大整数。
|
|