I'm getting acquainted with Discrete Calculus, and I really like taking functions that arise in traditional calculus and finding what their counterparts in discrete-land are.
For example, if we define our difference operator
$$\Delta f(n) = f(n + 1) - f(n)$$
(the analogue of the familiar derivative operator $D = \frac{d}{dx}$) then we can ask: what is the $e^x$ of this operator? That is, what is the function $g$ such that $\Delta g(n) = g(n)$? The answer is $2^x$, since:
$$\Delta 2^x = 2^{x+1} - 2^x = 2(2^x) - 2^x = 2^x$$
Likewise, we can ask what the $g(x) = x^n$ of discrete calculus is -- it turns out to be
$$g(x) = \overbrace{x(x - 1)(x - 2) \dots (x - (n - 1))}^{n \text{ factors}}$$
My question is: is there a $\sin$ and $\cos$ of discrete calculus? By which I mean, are there any functions $f$ such that $\Delta^2 f = -f$?
$(1+i)^x$ and $(1-i)^x$ and their linear combinations. The real part of $(1+i)^x$ is OEIS sequence A146559, the imaginary part A009545.