IsaacAsimov Posted May 30, 2012 Posted May 30, 2012 Here's a new factorial function I invented that uses the Fibonacci sequence 1,1,2,3,5,... The Fibonacci Factorial, or Fib! is defined as the product of all the Fibonacci numbers up to n. Examples: 1Fib!=1, 2Fib!=1*1*2=2, 3Fib!=1*1*2*3=6, 4Fib!=undefined, 5Fib!=1*1*2*3*5=30 I don't know if this function would be useful for mathematics. Please give me some input. Isaac
imatfaal Posted May 30, 2012 Posted May 30, 2012 Sloan Sequence A052449 http://oeis.org/A052449 http://mathworld.wolfram.com/FibonacciNumber.html - about 2/3 of the way down. Doesn't seem that much has been done with the product
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now