# File lib/librbdiscrete.rb, line 356
def sum_of_fib(n)
   return fib(n+2)-1;
end