返回题库

AIME 1994 · 第 1 题

AIME 1994 — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The increasing sequence 3,15,24,48,3, 15, 24, 48, \ldots\, consists of those positive multiples of 3 that are one less than a perfect square. What is the remainder when the 1994th term of the sequence is divided by 1000?

解析

Solution

One less than a perfect square can be represented by n21=(n+1)(n1)n^2 - 1 = (n+1)(n-1). Either n+1n+1 or n1n-1 must be divisible by 3. This is true when n1, 12, 1(mod3)n \equiv -1,\ 1 \equiv 2,\ 1 \pmod{3}. Since 1994 is even, nn must be congruent to 1(mod3)1 \pmod{3}. It will be the 19942=997\frac{1994}{2} = 997th such term, so n=4+(9971)3=2992n = 4 + (997-1) \cdot 3 = 2992. The value of n21=299221(mod1000)n^2 - 1 = 2992^2 - 1 \pmod{1000} is 063\boxed{063}.

~minor edit by Yiyj1