MathDB
Problems
Contests
National and Regional Contests
PEN Problems
PEN M Problems
12
12
Part of
PEN M Problems
Problems
(1)
M 12
Source:
5/25/2007
Let
k
k
k
be a fixed positive integer. The sequence
{
a
n
}
n
≥
1
\{a_{n}\}_{n\ge1}
{
a
n
}
n
≥
1
is defined by
a
1
=
k
+
1
,
a
n
+
1
=
a
n
2
−
k
a
n
+
k
.
a_{1}=k+1, a_{n+1}=a_{n}^{2}-ka_{n}+k.
a
1
=
k
+
1
,
a
n
+
1
=
a
n
2
−
k
a
n
+
k
.
Show that if
m
≠
n
m \neq n
m
=
n
, then the numbers
a
m
a_{m}
a
m
and
a
n
a_{n}
a
n
are relatively prime.
modular arithmetic
induction
Recursive Sequences