ScriptSpot

MCG

MCG Fibonacci Number Sequence Compound

By vusta · 2015-06-11

Version
1.00
Version requirement
2016
Date updated
2015-06-11
Votes
1
Downloads

Tags: MCG Fibonacci Number Sequence Compound

Description

This compound returns an array of integers in the Fibonacci Sequence.

F0 = 0 (user modifiable)

F1 = 1 (user modifiable)

Fn where n >= 3, will return an array up to n Fibonacci Numbers.

So F10 will return

Array index        : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

'Human' index  : 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Fibonacci Array: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34

Videos
Comments (2)

Fantastic.

luxxeon · 2015-06-11

A most welcome addition for mograph.

added video for Fibonacci test

vusta · 2015-06-11

Fibonacci is everywhere...