=============
Introduction
=============
Number
Sequences

=============
Number Series
=============
Fibonacci Sequence
=============
The Ultimate
Triangle

=============
Credits
=============

The Magical World of Patterns

Let's warm up with some background info of "number sequences":

"A number sequence is a set (represented by { }) of number arranged in order. It may terminate or continue indefinitely."
                                                                                             --N. Johnson

  • Archimedian Spiral

Spirals are excellent visualization of number sequences. This particular spiral is called the Archimedian Spiral:

Archimedian Spiral

tn represents the nth (be it 1st, 2nd, 3rd,...) number, or term, in the sequence.
The general rule, tn=n, governs how the "sequence" is a "pattern". In this case, the value of the term is equal to the number of order the term comes in... In other words, the nth term is equal to n:

n 1 2 3 4...
tn 1 2 3 4...

Our "set" of sequence can be notated by the following:

{1,2,3,4,...}

Top of Page


  • Exponential Spiral

Here is another type of spiral, called the Exponential Spiral:

Exponential Sprial
n 1 2 3 4...
tn 1 2 4 8...
{1,2,4,8,...}

Top of Page


Both of these spirals can go on forever, keeping the pattern described by the equation. They also occur in nature (take a look at seashells and the annual rings of trees), hence the sequences they represent are organic sequences. Patterns are certainly a big part of our lives!

Not only that they are visually pleasant, patterns are also handy when it comes to problem solving. For more on patterns, follow the navigation bar. As I've said before, by the time we've gone through all of the gardens on our map, math to you would be like honey!

Top of Page

© 2009 Grace HY Ma