List
List
Sequence
Set
Tree
Fibonacci
Creates a Fibonacci sequence
Details
ID
list-sequence-fibonacci
Name
Fibonacci
Group
Sequence
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Seed A | Number | First seed number of the sequence | 1 |
Seed B | Number | Second seed number of the sequence | 3 |
Count | Number | Number of values in the sequence | 10 |
Output ports
Name | Type | Description |
---|---|---|
List | Number | Created list |
After creating a node, connect the first seed number of the sequence to the first port, the second seed number of the sequence to the second port, and the number of values in the sequence to the third port. On the output port, we will get the created list.
List Item
Trim List