Modulo 5 Fibonacci Pattern

Contents

The Unit Cell

The Pattern

A number of unit cells are tiled to show the overall pattern.


The Numbers

The points are generated using an algorithm where the only input is the number of cells across the pattern. The resulting series for N=5 are shown below.


Seed Sequence No.
(0,0) [0], [0], [0], [0], ... 1
(1,1) [1, 1, 2, 3, 0, 3, 3, 1, 4, 0, 4, 4, 3, 2, 0, 2, 2, 4, 1, 0], [1, 1, 2, 3, ... 20
(2,1) [2, 1, 3, 4], [2, 1, 3, 4], ... 4
Total 25