AMC 10 · 2018 · #20

Easy mode Grade 4
📗 View original problem →
Problem

You build a long list of numbers, one at a time. The 1st number is 11 and the 2nd number is 11. From the 3rd number on, you find each number with this rule: take the number right before it, subtract the number two spots before it, then add the spot number itself.

So the number in spot nn is f(n)=f(n1)f(n2)+nf(n) = f(n-1) - f(n-2) + n.

What is the number in spot 20182018?

Pick an answer.

(A)
2016
(B)
2017
(C)
2018
(D)
2019
(E)
2020

AMC 10 2018 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

Try it yourself first — the explanation is most useful after you’ve attempted it.