Respuesta :

The second term of the Fibonacci Sequence is 1. 

No matter if written as n=0 or n=1, 1 will always be the second number.

Written with n=0:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34 and so on

Written with n=1:
1, 1, 2, 3, 5, 8, 13, 21, 34 and so on

Hope I was able to help!