Ask a New Question
Search
how many of the first 999 fibonacci numbers are odd?
1 answer
Every 3rd number is even with 2 odd numbers in between successive even numbers.
999/3 = 333 x 2 = 666.
Similar Questions
I have three problems to answer dealing with Fibonacci numbers. I understand the first two, but would like for reassurrance that
1 answer
construct flow chart for generating the nth fibonacci serious using two seed numbers read from the user input two seed number
4 answers
There is no function equation for the Fibonacci numbers, you have to use a Recursion formula.
F(n) = F(n-1) + F(n-2) for n>2 and
1 answer
A sequence of numbers is called a Fibonacci-type sequence if each number (after for the first two) is the sum of the two numbers
5 answers
more similar questions