A couple of months ago, we were studying graphs in Further Maths (not an plane, rather a series of nodes and edges), when we decided to do a little investigation with . The question goes like this: what are number of with nodes? Well we found that if a graph has (2,3,4,5,6,7) nodes then it would have (1,1,2,3,5,8) distinct tree diagrams respectively, which follows the Fibonacci sequence. We were not able to prove why, so could anybody be able to provide a proof? (I have a feeling it might be to do with the number of distinct ways you can write 2[-1] as a sum of numbers, if = number of nodes)
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Can you define more precisely what you mean by "tree diagrams" ? It is known that (Cayley's formula) number of distinct labelled trees on n vertices is nn−2.
A series of nodes and edges such that the graph is connected and there are no cycles. Also, the nodes have to be connected using the least number of nodes. Examples: (order of each node) 2 nodes = {1,1} 3nodes = {2,1,1} 4 nodes = {1,2,2,1} and {3,1,1,1} 5 nodes = (4,1,1,1,1}, {3,2,1,1,1} and {2,2,2,1,1} etc
I count 6 trees with 6 nodes up to graph isomorphism.
Log in to reply
Check the order of your nodes - we didn't find any counter-examples as a class.
Log in to reply
OEIS A000055 agrees as well, the sequence proceed as 1, 1, 2, 3, 6, 11, 23, 47,...
Log in to reply
Log in to reply
https://oeis.org/A000055