asked 59.3k views
4 votes
How to find the some of fibonacci


1 Answer

3 votes

The Fibonacci numbers are 0, 1, 1, 2, 3, 5, 8, 13, ... They are defined recursively by the formula f1=1, f2=1, fn= fn-1 + fn-2 for n>=3.

answered
User Wablab
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.