Planar Fibonacci Tiles

From Second Life Wiki
Jump to navigation Jump to search

Created by Kira Komarov.

Tile-Related Derivation Tree

Introduction

The Fibonacci number series is defined by the formula:

<math> \begin{align} F &=& \sum_{k=1}^n&{(F_{k-1} + F_{k-2})} \end{align} </math>

where the initial seeders are given by:

<math> \begin{align} F_{0} &=& 0 \\ F_{1} &=& 1 \end{align} </math>

TODO