Answer Sequence: 15+30+60+120+240+480+960=1905

  • Context:
  • Thread starter Thread starter Ilikebugs
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
Ilikebugs
Messages
94
Reaction score
0
View attachment 6431

I did 15+30+60+120+240+480+960 to get 1905, then continued the sequence to get 4. Is this right?
 

Attachments

  • potw 2.png
    potw 2.png
    24.7 KB · Views: 116
Mathematics news on Phys.org
Let's find the $p$th term.

I think what I would do is set:

$$\frac{n(n+1)}{2}=p$$

Now solve for $n$...

$$n(n+1)=2p$$

$$n^2+n-2p=0$$

Using the quadratic formula, and discarding the negative root, we find:

$$n=\frac{-1+\sqrt{8p+1}}{2}$$

We are interested in the smallest integer greater than $n$, so we use

$$\left\lceil \frac{-1+\sqrt{8p+1}}{2}\right\rceil$$

Since the digits 1-5 repeat, then the $p$th digit $D$ is:

$$D(p)=\left\lceil \frac{-1+\sqrt{8p+1}}{2}\right\rceil\mod5$$

And we find:

$$D(2017)=4\quad\checkmark$$