The Pell number sequence starts with 0 and 1. Each number is generated by doubling the previous number in sequence and adding it to the one before (Pn = 2Pn-1 + Pn-2). The first ten numbers in the sequence are 0, 1, 2, 5, 12, 29, 70, 169, 408, 980. Recently, I have been generating and drawing trees that represents a number in this sequence by its number of nodes (which can also be called leaves or fruit).
Each tree represents a Pell number from 5 to 408.
A more organized take on representing Pell numbers using trees.
No random numbers are used here.
Made by rotating four 408 node Pell trees around a point. This piece was drawn with a digital pen on Goodnotes.
The slight imperfections in spacing mirror the natural irregularities of real snowflakes coincidentally.
Similar to the Pell Snowflake this piece uses four 70 node Pell trees that rotate around a point. The colors and shape make it appear more of a flower than a snowflake.
This piece was created using draw.io.
408 is the ninth Pell number and comes from the seventh and eighth Pell numbers (70 and 169 with 70 + 2(169) =408). This tree is built from a 70 node pell tree at the bottom and two 169 at the top.
When I first made a 408 tree I was suprised by how it resembles a Sierpiński triangle
This tree was purposely adjusted to look like a tree with longer branches and a shorter trunk.
A sample from when I started using random numbers to create a more natural looking tree.
These trees go from left to right representing five Pell numbers(5, 12, 29, 70, and 169).
The random numbers started to spread out the leaves more here.