一个正整数数列A是1,3, 7, 12...., 数越来越大,凡是在A数列中未出现的越来越大的正整数一定会在B数列中出现,例如B数列将会是2,4,5,6,8,9,10,11,13...,如此重复,每个数只能而且必须出现一次。
请问,A数列的第100项的数是多少?不知道我翻译的大家能懂不?
请给出简单一点的算法。
英文原题目是这样的:我是copy下来的,不是我写的。所以大家不要在这上面挑错。
The GEB sequence 1; 3; 7; 12; : : : is defined by the following properties:
(iii) each positive integer that does not occur in the GEB sequence occurs exactly once in the sequence of differences in (ii).
请问,A数列的第100项的数是多少?不知道我翻译的大家能懂不?
请给出简单一点的算法。
英文原题目是这样的:我是copy下来的,不是我写的。所以大家不要在这上面挑错。
The GEB sequence 1; 3; 7; 12; : : : is defined by the following properties:
(i) the GEB sequence is increasing (that is, each term is larger than the previous term),
(ii) the sequence formed using the differences between each pair of consecutive terms
in the GEB sequence (namely, the sequence 2
in the GEB sequence (namely, the sequence 2
; 4; 5; : : :) is increasing, and
(iii) each positive integer that does not occur in the GEB sequence occurs exactly once in the sequence of differences in (ii).
What is the 100th term of the GEB sequence?
最后编辑: 2013-06-18

