MCG Fibonacci Number Sequence Compound

1 vote
Version: 
1.00
Date Updated: 
06/11/2015

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

3ds Max Version Requirement: 
2016
Video URL: 
AttachmentSize
vu_fibonacci_1.00.zip816 bytes

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
luxxeon's picture
vusta's picture

added video for Fibonacci test

Fibonacci is everywhere...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.