Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. a = the sum of the first 5 fibonnaci numbers
  2. b = the sum of the first a fibonnaci numbers
  3. c = the sum of the first b fibonnaci numbers
  4. d = the sum of the first c fibonnaci numbers
  5. ...
  6. y = the sum of the first x fibonnaci numbers
  7. z = the sum of the first y fibonnaci numbers
  8.  
  9. What is the sum of a to z?
  10.  
  11.  
  12. Paste the code you used to work this out into codepad.org
  13. Do NOT use google
  14. Do NOT repeat your code
  15. Do NOT use eval
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement