题目
Problem
The sequence u1,u2,u3,… is defined by
un+1=1−un1
u1=4
(a) Show that this is a periodic sequence of order 3
(3)
(b) Find the value of
n=1∑180(5n+3+un)
(4)
解答
(a)
解法一
思路
展开
从 u1=4 开始连续代入递推式。如果 u4=u1,而前三项没有更早重复,就说明周期是 3。
答题过程
展开
Given
u1=4,
we have
u2=u3=u4=1−41=43,1−431=1−34=−31,1−−311=1+3=4.
Since u4=u1, the sequence repeats:
4, 43, −31, 4, 43, −31,…
Therefore, this is a periodic sequence of order 3.
(b)
解法一
思路
展开
把求和拆成两部分:
∑(5n+3) 是等差数列求和;∑un 每 3 项一组重复,180 项正好是 60 组。
答题过程
展开
First,
n=1∑180(5n+3)===2180(8+903)90(911)81990.
One cycle of un has sum
4+43−31=1248+129−124=1253.
Since
180=60×3,
we get
n=1∑180un==60(1253)265.
Therefore,
n=1∑180(5n+3+un)==81990+26582255.