
... Also from the same site, what does this number pyramid thing mean? Is it that fibonacci`s golden ratio?

And also just for the hell of it from the same site is an intrugingly cool flute playing illustration

Moderators: Aesthetics, Drones, Hexagon Sun



Internet nostalgia, eh? What are the chances of BoC ever making an album about that?vballs wrote:I was fishing around web archives for simple nostalgia purposes and happened upon this page.You will notice there is a blank place holder where GEOGADDI should be in the dicography list to the left... Is this what they usually do before they release of a new album?
ha ha ive no idea, theres probably no chance, some evidence suggests they are no fans of the internet, look at the screen shot below I took from the old web site and read the little message at the bottom after the website credits lolInternet nostalgia, eh? What are the chances of BoC ever making an album about that?
[/quote][/quote]vballs wrote:ha ha ive no idea, theres probably no chance, some evidence suggests they are no fans of the internet, look at the screen shot below I took from the old web site and read the little message at the bottom after the website credits lolInternet nostalgia, eh? What are the chances of BoC ever making an album about that?
Code: Select all
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
Code: Select all
0
1 0
1 1 1 0
3 1 1 0
1 3 2 1 1 0
1 1 1 3 1 2 2 1 1 0
3 1 1 3 1 1 2 2 2 1 1 0
etc
Lens Larque wrote:For a while I was wondering what happened to the Depression thread and I was not sure if that was good or bad news.
Woah, thank you Cryabetes for clearing that up, im a mathematical retard so no hope to work it out myself.. The shape that appeared would be a hexagon wouldnt it haha... no coincidence im sure.Cryabetes wrote:the triangle thing is called Pascal's Triangle.
basically it's got all sorts of patterns in it.
it's formed/calculated by adding the numbers above to find the number below.
i.e.etcCode: Select all
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
the lines correspond to the coefficients that form of an equation when you put (x + y) to different powers
ie, (x+y)^0 = 1
(x+y)^1 = 1x + 1y
(x+y)^2 = 1x^2 + 2xy + 1y^2
(x+y)^3 = 1x^3 + 3(x^2)y + 3x(y^2) + 1y^3
etc
the diagonals are something like n^0 for the first
x+1 for the second
x+ (x sub n-1) for the third
and it gets more and more complex as you move down
kind of surprised they didn't stop so '70' was the largest number in the triangle though.
a similar pattern is one where the next line describes the previous.
Code: Select all
0 1 0 1 1 1 0 3 1 1 0 1 3 2 1 1 0 1 1 1 3 1 2 2 1 1 0 3 1 1 3 1 1 2 2 2 1 1 0 etc
edit:
also, did some homework on it. coloring in odd numbers will yield a pattern approximating Sierpinski's triangle.
and this came up in the google image search for it. unrelated but neat.