Find $a_{2017}$: Sequence Challenge

  • Context:
  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Challenge Sequence
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Find $a_{2017}$, if $a_1 = 1$, and $$\frac{a_n}{n+1}=\frac{\sum_{i=1}^{n-1}a_i}{n-1}.$$
 
Physics news on Phys.org
lfdahl said:
Find $a_{2017}$, if $a_1 = 1$, and $$\frac{a_n}{n+1}=\frac{\sum_{i=1}^{n-1}a_i}{n-1}---(1).$$

$a_{2017}=1009\times 2^{2016}$ correct ?
 
Last edited:
Albert said:
$a_{2017}=1009\times 2^{2016}$ correct ?

Yes, that´s correct!
 
my solution:
from(1) we have:
$a_1=1,a_2=3,a_3=8,a_4=20,a_5=48,------$
so we may set :$a_n=2a_{n-1}+2^{n-2}---(2)$
or $a_n-a_{n-1}=a_{n-1}+2^{n-2}--(3)$
and $S_{n-1}=a_n(\dfrac{n-1}{n+1})---(4)$
so $$a_{2017}-{\sum_{i=1}^{2016}a_i}=2^{2016}$$
or $a_{2017}-S_{2016}=2^{2016}$
from $(3)(4)$$a_{2017}=1009\times 2^{2016}$
 
Albert said:
my solution:
from(1) we have:
$a_1=1,a_2=3,a_3=8,a_4=20,a_5=48,------$
so we may set :$a_n=2a_{n-1}+2^{n-2}---(2)$
or $a_n-a_{n-1}=a_{n-1}+2^{n-2}--(3)$
and $S_{n-1}=a_n(\dfrac{n-1}{n+1})---(4)$
so $$a_{2017}-{\sum_{i=1}^{2016}a_i}=2^{2016}$$
or $a_{2017}-S_{2016}=2^{2016}$
from $(3)(4)$$a_{2017}=1009\times 2^{2016}$

Good job, Albert! Thankyou for your participation!