Tap to zoomRecursion
f(n) = f(f(n-1))
A function that calls itself — each level of depth revealing new structure, the whole containing copies of itself.
The whole containing copies of itself at every scale
Part of: WONDER
Digital Download
High-resolution PDF, 300 DPI, print-ready
$22Purchase
More from WONDER

Apollonian Gasket
(k₁+k₂+k₃+k₄)² = 2(k₁²+k₂²+k₃²+k₄²)

Harmonograph
x = A₁sin(f₁t+φ₁)e^{-d₁t} + A₂sin(f₂t+φ₂)e^{-d₂t}

Mandelbrot Orbit
z_{n+1} = z_n² + c

Strange Attractor
dx/dt = σ(y-x), dy/dt = x(ρ-z)-y, dz/dt = xy-βz