Advertisement
I did an interesting experiment - Based on "Fibonacci Squares" I draw triangles in a spiral pattern. The size of new triangle is in the size of the total sides of the triangles forming this side. The sequence of sizes I've got is:
1,1,1,2,2,3,4,5,7,9,...
that is: a(n) = a(n-2) + a(n-3).
1,1,1,2,2,3,4,5,7,9,...
that is: a(n) = a(n-2) + a(n-3).
Advertisement
Advertisement
-
Re: Fibonacci triangles
Sat, May 14, 2005 - 10:48 AMdo you have a photo of what it looks like? -
-
Re: Fibonacci triangles
Sun, May 15, 2005 - 1:34 PMI just put the "Fibonacci-like triangle" sketch to the tribe images -
-
-
Re: Fibonacci triangles
Mon, May 16, 2005 - 7:15 PMCan you explain this number sequence to me? It is not the traditional fibonacci sequence. -
-
Re: Fibonacci triangles
Mon, May 16, 2005 - 7:16 PMnevermind, I forgot to reread your original post. It is a beautiful drawing.
-
-
-