返回题库

AIME 2002 I · 第 8 题

AIME 2002 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the smallest integer kk for which the conditions

(1) a1,a2,a3a_1,a_2,a_3\cdots is a nondecreasing sequence of positive integers

(2) an=an1+an2a_n=a_{n-1}+a_{n-2} for all n>2n>2

(3) a9=ka_9=k

are satisfied by more than one sequence.

解析

Solution

From (2)(2), a9=a_9= a8+a7=2a7+a6=3a6+2a5=5a5+3a4=8a4+5a3=13a3+8a2=21a2+13a1a_8+a_7=2a_7+a_6=3a_6+2a_5=5a_5+3a_4=8a_4+5a_3=13a_3+8a_2=21a_2+13a_1 =k=k

Suppose that a1=x0a_1=x_0 is the smallest possible value for a1a_1 that yields a good sequence, and a2=y0a_2=y_0 in this sequence. So, 13x0+21y0=k13x_0+21y_0=k.

Since gcd(13,21)=1\gcd(13,21)=1, the next smallest possible value for a1a_1 that yields a good sequence is a1=x0+21a_1=x_0+21. Then, a2=y013a_2=y_0-13.

By (1)(1), a2a1y013x0+21y0x0+3435a_2 \ge a_1 \Rightarrow y_0-13 \ge x_0+21 \Rightarrow y_0 \ge x_0+34 \ge 35. So the smallest value of kk is attained when (x0,y0)=(1,35)(x_0,y_0)=(1,35) which yields (a1,a2)=(1,35)(a_1,a_2)=(1,35) or (22,22)(22,22).

Thus, k=13(1)+21(35)=748k=13(1)+21(35)=\boxed{748} is the smallest possible value of kk.