Create fibonacci series of numbers - Add the previous number to the next number

Hi all,

I want to create the series of Fibonacci numbers. I have numbers like x= 1,2,5,7,6

So I want to create Fibonacci series. Please let me know how to do that

Thanks in advance

1 Like

Check out my fibonacci node in the Crumple package which can do this and has exposed code in the node for reference.

2 Likes

There are a bunch of nodes that do this already or you can use a couple nodes to get the same effect.

4 Likes

Thanks @GavinCrump. I found it useful

1 Like

Hi @Nick_Boyts Thanks for the response. It works for me

and an alternative way…

1 Like

Thanks @sovitek it is helpful