Two Exercises

1. Make a list of all (less than some bound) the Fibonacci numbers which are also perfect squares. List also the index of the Fibonacci number. Try it by a brute force method and then try to be more efficient.

2. Which Fibonacci numbers are divisible by 17?

>