Is there a way of naturally interpolating for certain sequences such that not just integers, but any real number can be in the domain, eg.
If you plot (x,y) where x=1,2,3,… and y=Fib[sub]n[/sub] (the nth Fibonacci number) you’d get the points (0,0), (1,1), (2,1), (3,2), (4,3), (5,5), (6,8), etc. Is there a way to make this point-wise curve continuous so that it’s defined for, say, x=3.5 and still has the flavour of the Fibonacci sequence.
If you plot (x,y) where y=x! you’d get the points (0,1), (1,1), (2,2), (3,6), (4,24), (5,120), etc. Is there a way to make this point-wise curve continuous, say for x = 3.5 and still retain the sense of x!