That was funny, though perhaps odscure as the reference to the Fibonacci isn’t something which comes up everyday. To a lay person having encountered the term, along with “the Golden mean” during art history and architectural proportion studies, it is revered as a long standing “ideal” re: proportions. To put it in context of an intimate encounter between lovers was fun.
I completely relate to the male character in this comic — I’m always looking at numbers and patterns, looking for something that might be hidden in the natural order of things. I find it once in a while, but not very often. That once in a while keeps me looking.
To clarify for those who may not be familair with the Fibonacci Sequence, it is mathematically defined as:
Fib(0) = 0
Fib(1) = 1
when n > 1, Fib(n) = Fib(n-2) + Fib(n-1)
That was funny, though perhaps odscure as the reference to the Fibonacci isn’t something which comes up everyday. To a lay person having encountered the term, along with “the Golden mean” during art history and architectural proportion studies, it is revered as a long standing “ideal” re: proportions. To put it in context of an intimate encounter between lovers was fun.
I completely relate to the male character in this comic — I’m always looking at numbers and patterns, looking for something that might be hidden in the natural order of things. I find it once in a while, but not very often. That once in a while keeps me looking.
To clarify for those who may not be familair with the Fibonacci Sequence, it is mathematically defined as:
Fib(0) = 0
Fib(1) = 1
when n > 1, Fib(n) = Fib(n-2) + Fib(n-1)
Fib(2) = Fib(0) + Fib(1) = 0 + 1 = 1
Fib(3) = Fib(1) + Fib(2) = 1 + 1 = 2
and so on…