However, in many cases the aesthetically pleasing consequence is a consequence of, while still conforming with it's laws, taking parts of the system and returning them in a certain order so as to make the particularly aesthetically pleasing element discernible, which can be described as manipulation. |
Sometimes, yes. For example, the usual definition of the Fibonacci sequence is
f(1) = 1
f(2) = 1
f(n) = f(n - 1) + f(n - 2)
However, I much prefer this one:
f(0) = 0
f(1) = 1
f(n) = f(n - 1) + f(n - 2)
because here the value f(2) is deducible, while those of f(0) and f(1) are not.
I don't suppose you know a particular resource you feel is consummate in explaining the intrinsic elements of the golden ratio? |
I don't subscribe to the idea that there's anything special about phi. I've yet to see any convincing arguments for it being applicable in art and having any special aesthetic properties. I've seen far more evidence in favor of 3 being aesthetically pleasing.
https://en.wikipedia.org/wiki/Rule_of_three_(writing)
https://tvtropes.org/pmwiki/pmwiki.php/Main/RuleOfThree
https://en.wikipedia.org/wiki/Rule_of_thirds
This could be cultural, though, not an intrinsic property of the human mind.
Furthermore, I don't suppose you know other intrinsic mathematics which is of, to our senses, pleasant? |
I don't know what you mean by "intrinsic mathematics", but there's many mathematical structures that a lot of people find pleasing. Fractals such as the Mandelbrot set are a usual favorite because they're infinitely complex shapes arising from very simple rules. The Mandelbrot set in particular is really simple in its definition, but its perimeter contains a vast variety of landscapes.
I'm afraid I don't understand what you mean. |
Can you prove your original statement, that the sum of consecutive hexagonal numbers are cubic numbers? I.e. if [1, 7, 19, 37, ...] are the hexagonal numbers, that [1, 1+7, 1+7+19, 1+7+19+37, ...] are
all cubic numbers?