|
Title: Some recursive funtions View count: 10 Rating: 0 (0 ratings) Description: While thinking about pasta with tomatos and lucas sequences I came up with this, f(n)=(f(n-1)+f(n-2))/f(n-3) for f(0),f(1),f(2) = [(1,1,1),(1,1,2),...(2,1,1),...] Tags: muzuu, math, recursive, functions, Author: zuufuzu |