Fibs - Fibonacci-based Poetry
Gregory K. writes "April is National Poetry Month (and, it turns out, Math Awareness Month), and on my blog, I decided to get people writing poetry based on the Fibonacci sequence. The poems are six lines, 20 syllables long with the syllable pattern 1/1/2/3/5/8, though they can go longer, obviously. I've been calling 'em Fibs, and people have been writing them on pop culture, politics, math, and more."
Not to take away from this poster's message, but this has been done elsewhere as well. The lyrics to Tool's song "Lateralus" are written in Fibonacci rhythm (I think up to 13).
Slashdot needs a "-1, Wrong" moderation option.
The Urban Hippie
Helping with organizational effectiveness is our job.
01 It
01 is
02 really
03 not taxing
05 to create a Fib,
08 but still they are interesting
13 sequences of numbers. We are familiar with
21 the 'rabbit generation' origins of the sequence, but it can also describe
34 the number of petals on a flower, or the number of curves on a sunflower head, on a pineapple, or even on a pinecone.
Phoenix, Boston, Little Rock, see a pattern?
I copied the following directly from this website which has an interesting analysis of tool's lateralus album.
There's a Fibonacci in Maynard's lyrics, specifically the syllables:
black [1]
then [1]
white are [2]
all I see [3]
in my infancy [5]
red and yellow then came to be [8]
reaching out to me [5]
lets me see [3]
there is [2]
so [1]
much [1]
more and [2]
beckons me [3]
to look through to these [5]
infinite possibilities [8]
as below so above and beyond I imagine [13]
drawn outside the lines of reason [8]
push the envelope [5]
watch it bend [3]
I suppose it's not actually a true Fibonacci, since it does reverse itself.
try:
....foo
except:
....print "Display"
....print "Fibonacci"
....count = prevcount = 1
....while prevcount <= 7000:
........print prevcount ; count, prevcount = count + prevcount, count
The way *I* read the program (pronouncing each special character except for the quotes and colons), it's a fib. AND it does something useful. It displays the first twenty Fibonacci numbers!
Pronounced:
(1) try
(1) foo
(2) ex cept
(3) print dis play
(5) print fib on ac ci
(8) count e quals prev count e quals one
(13) while prev count less than or e qual to sev en thou sand
(21) print prev count sem i col on count com ma prev count e quals count plus prev count com ma count
Now that's *real* nerdy. Geeks should be proud.
If you read this alound (or at least subvocalize), you'll see a patern, and patterns in my opinion are quintessentially mathematical:
What makes this pattern interesting is not what it is, but what it is not. It's like you can hear a quantum entanglement with the poem it is not, but easily might have been. A lesser poet would have written: "TIGer, TIGer, BURNing BRIGHTly", which would be a metrical form called "trochaic quadrameter". A trochee is a two syllbale unit (or "foot") with stress on the first syllable (like this: dah DUM), as opposed to an iamb which stressed the second (va VOOM).
Hiwawatha is an example of trochaic quadrameter:
Four footed forms are very solid and predictable, but are seldom chosen by profesional poets because they quickly become monotonous and susceptible to parody, as in this excerpt of a Geroge Strong's lampoon of Hiawatha:
Tiger's unusual and broken meter gives it a haunting feeling (haunted by the missing syllables?) that fits its subject perfectly.
Getting to the subject of the article, efforts like this are often successful at getting people who are interested in poetry to try their hands at it. I think in part because it's so easy to be write bad poetry, it's helpful to have the safety net of a highy arbitrary form to fall back on: after all, what can you expect given the restrictions? The 5-7-5 structure of Haiku is also popular for the same purposes and reasons.
I wonder whether a similar effort could be made using patterns in scansion, like in "Tiger". Maybe you could create a set of rules encoding messages in stress and rhyme, and then set out a task to "encrypt" a message as verse.
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.