The sequence is defined of rational numbers $a_1,a_2,a_3,...$. Let $a_1=1$ and $a_{n+1}=a_n/4+3/4$. What are the numbers $a_1,a_2,a_3,...$ ?
What I've done:
$a_1=1$
for $n=1$ we have $a_{n+1}=a_2=a_1/4+3/4=1$
for $n=2$ we have $a_{n+1}=a_3=a_2/4+3/4=1$
Therefore the sequence consists of the numbers $1,1,1,...$
I have two questions.
1) Is it correct or am I misunderstanding something?
2) How would I go about finding $a_n$?