Creates a Fibonacci sequence
ID
list-sequence-fibonacci
Name
Fibonacci
Group
Sequence
Package
List
Keywords
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
seedA | Number | First seed number of the sequence | 1 |
seedB | Number | Second seed number of the sequence | 3 |
count | Number | Number of values in the sequence | 10 |
Outputs
Name | Type | Description |
---|---|---|
series | Number | Created list |