What is the formula for the Fibonacci sequence?

1 answer

Answer

1041069

2026-06-06 02:05

+ Follow

t(1) = 1t(2) = 1t(n) = t(n-2) + t(n-1) for n = 3, 4, 5, ...that is, the first and second terms are 1. After that, each term is the sum of the previous two terms.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.