latest
Sequence
Fibonacci

Creates a Fibonacci sequence

ID

662ae5a310b6cb87640c9192

Name

Fibonacci

Group

Sequence

Package

List

Keywords

fib
sequence
ls

List

Sequence

Set

Tree

Creation method

There are two options for creating a Fibonacci node.

  • The first way to create a Fibonacci node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • dup , x , lst
  • The second way is to select a Fibonacci node from the menu that opens from the top left.
    • Menu > List > Sequence > Fibonacci

Steps

  • Create a Fibonacci node.
  • Connect the first seed number of the sequence to the first port.
  • Connect the second seed number of the sequence to the second port.
  • Connect the number of values in the sequence to the third port.

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.

See also

List Item
Trim List

Inputs

NameTypeDescriptionDefault Value
seedA
Number
First seed number of the sequence1
seedB
Number
Second seed number of the sequence3
count
Number
Number of values in the sequence10

Outputs

NameTypeDescription
series
Number
Created list