I have the following recurrence relation
$$d_n = 2^{(1-2n)/2}d_{n-1},\qquad d_0=1,$$
for $n\in\mathbb{Z}$. Is it possible to find a general form for $n$?
After calculating a few numbers around zero I have
$$d_0 = 2^{1/2}d_{-1}$$ $$d_1 = 2^{-1/2}d_{0}=2^{-1/2}2^{1/2}d_{-1} = d_{-1}$$ $$d_2 = 2^{-3/2}d_1 = 2^{-3/2}d_{-1}$$ $$d_3 = 2^{-5/2}d_2 = 2^{-4}d_{-1}$$
But I'm not really seeing a pattern. Is this even possible?