what is the sequence for fibbinachi higher than 1,000,000?

Make that Fibonacci, and I'll help you.

The sequence never changes. F(n+1) = F(n-1) + F(n)

What are you asking?

F(1000001)?

n, where F(n) > 1000000?

If you can't state the question, don't expect an answer.