f[k] = -(1/2)^k - ((1/4) (1 - sqrt[5]))^k/sqrt[5] + ((1/4) (1 + sqrt[5]))^k/sqrt[5] (and also f[k] = 0 when k = 1,2)
I need to make a lineplot of this function in k = 3,4,5,... ,20.
- why this does not plot my grpah?
- how to plot a graph of this function? (input is integer)
- how to deal with exceptions k=1, k=2?



