SlideShare una empresa de Scribd logo
1 de 14
THE HISTORY

The history of mathematics is a history of people fascinated by numbers. A
driving force in mathematical development has always been the need to solve
practical problems. However, man's innate curiosity and love of pattern has
probably had an equal part in its development. Most written records of early
mathematics that have survived to modern times were actually lists of
mathematical problems i.e. recreational mathematics. Examples: the Rhind
Papyrus, (circa  1700 BC), a series of 87 problems, was the key to
deciphering Egyptian hieroglyphs; Diophantus' Arithmetica (circa 250 BC), a
collection of 130 mathematical problems with numerical solutions of
determinate equations. (Fermat's Last Theorem was found written in the
margin of a copy of this book.)
PANDIAGONAL MAGIC SQUARE
A of type of magic square: used to
describe a magic square that forms another
magic square if any number of columns
are taken as a unit from one side and put
on the other


This order 8 magic square has the
interesting property that alternating
numbers in each row, column, and the
main diagonals sum to 130. Each quarter
(layer of the magic cube) is itself a magic
square. The cube is pandiagonal between
layers. It is not pandiagonal within each
layer because NO order 4 cube can be
perfectly magic AND pandiagonal in 3
dimensions.
MAGIC STARS
Magic stars are similar to Magic Squares in many ways. The order refers to
the number of points in the pattern. A standard (normal or pure) magic star
always contains 4 numbers in each line and consists of the series from 1 to
2n where n is the order of the star.
The magic sum (S) equals
(Sum of the series/number of points) plus 2 or
S = 4n + 2
                                  This particular pattern (the only one of the 12)
                                  has numbers 1 to 5 at the points.
                                  Order-5 is the smallest possible magic star.
                                  However, it is not a pure magic star because it
                                  cannot be formed with the 10 consecutive
                                  numbers from 1 to 10. The lowest possible
                                  magic sum (24) is formed with the numbers
                                  from 1 to 12, leaving out the 7 and the 11.
                                  It is also possible to form 12 basic solutions
                                  with the constant 28, by leaving out the 2 and
                                  the 6
TRIANGULAR NUMBER SEQUENCE
 A triangular number or triangle number numbers the objects that can form
   an equilateral triangle, as in the diagram on the right. The nth triangle
  number is the number of dots in a triangle with n dots on a side; it is the
                 sum of the n natural numbers from 1 to n.
 Rule: xn = n(n+1)/2
Flocks of birds often fly in this triangular formation. Even several airplanes
when flying together constitute this formation. The properties of such
numbers were first studied by ancient Greek mathematicians, particularly
the Pythagoreans.


 A Triangular number can never end in 2,
 4, 7 or 9.

All perfect numbers are triangular
numbers
The only triangular number which is
prime is 3.
• Palindromic Triangular Numbers: Some of the many triangular numbers, which
   are also palindromic ( i.e. reading the same forward as well as backward) are 1,
   3, 6, 55, 66, 171, 595, 666, 3003, 5995, 8778, 15051, 66066, 617716, 828828,
   1269621, 1680861, 3544453, 5073705, 5676765, 6295926, 351335153,
   61477416, 178727871, 1264114621, 1634004361 etc. These can be termed as
   palindromic triangular numbers. There are 28 Palindromic Triangular numbers
   below 1010.

• Square Triangular Numbers: There are infinitely many triangular numbers,
   which are also squares as given by the series 1, 36, 1225, 41616, 1413721,
   48024900, 1631432881, 55420693056 etc. These can be termed as Square
   triangular(ST) numbers.


• The only Fibonacci Numbers that are also triangular are 1, 3, 21 and 55.
APPLICATIONS OF PASCAL’S TRIANGLE
• It can be used in real life for simplest things such as counting the number
  of paths or routes between two points.
• It is used to count the different paths that water overflowing from the top
  bucket could take to each of the buckets in the bottom row. The water has
  one path to each of the buckets in the second row. There is one path to
  each outer bucket of the third row but two paths to the middle bucket and
  so on.

                 HOCKEY STICK PATTERN

     Another pattern within the triangle is the Hockey Stick Pattern

     This pattern is as follows: the diagonal of numbers of any length starting
     with any of the 1’s bordering the sides of the triangle and ending on any
     number inside the triangle is equal to the number below the last number of
     the diagonal, which is not on the diagonal.
A few examples of this, also shown 1 + 9=10

                                    1+ 5 + 15=21

                                    1+ 6 + 21 + 56 =84

The interesting Hockey Stick Pattern of Pascal’s Triangle holds true for any
set of numbers fitting the above definition.
PASCAL’S TRIANGLE
• Pascal’s Triangle is named after Blaise Pascal who was a French
    mathematician, physicist and religious philosopher. With the help of this
    Triangle Pascal was able to solve the problems in probability.
•   It is an arrangement of binomial coefficients in a Triangular array known as
    Pascal’s Triangle.
•   The nth row in the triangle consists of binomial coefficients.
•   {N}
•   {k}, k =0,1……,n
    When two adjacent binomial coefficients in this triangle are added, the
•   binomial coefficient in the next row between them is produced.
    One of the patterns of Pascal’s Triangle is displayed when one finds the sums of
    the rows. In doing so, it can be established that the sum of the numbers in any
    row equals 2n, when n is the number of the row. For example:
•                              1                 = 1 = 20
                               1+1               = 2 = 21
                               1+2+1             = 4 = 22
                               1+3+3+1           = 8 = 23
                               1 + 4 + 6 + 4 + 1 = 16 = 2 4.
CONNECTION TO SIERPINSKI’S TRIANGLE

• Sierpinski's Triangle is at the same time one of the most interesting and
   one of the simplest fractal shapes in existence. A fractal is a geometric
   construction that is self-similar at different scales.


• Geometric Construction
   The most conceptually simple way of generating the Sierpinski Triangle
   is to begin with a (usually, but not necessarily, equilateral) triangle (first
   figure below). Connect the midpoints of each side to form four separate
   triangles, and cut out the triangle in the center (second figure). For each
   of the three remaining triangles, perform this same act (third figure).
   Iterate infinitely (final figure).
FIBONACCI NUMBERS

• 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, …
• Each term in the Fibonacci sequence is called a Fibonacci number. As can
  be seen from the Fibonacci sequence, each Fibonacci number is obtained by
  adding the two previous Fibonacci numbers together. For example, the next
  Fibonacci number can be obtained by adding 144 and 89. Thus, the next
  Fibonacci number is 233.
• The Rule is xn = xn-1 + xn-2
•   where:
•   xn is term number "n"
•   xn-1 is the previous term (n-1)
•   xn-2 is the term before that (n-2)
•   The terms are numbered form 0 onwards like this:
•   n = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...
•   xn = 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 ...
•    
One of the most fascinating things about the Fibonacci numbers is their
connection to nature. Some items in nature that are connected to the Fibonacci
numbers are:
- the growth of buds on trees
- the pinecone's rows
- the sandollar
- the starfish
- the petals on various flowers such as the cosmos, iris, buttercup, daisy, and the
sunflower
- the appendages and chambers on many fruits and vegetables such as the lemon,
apple, chile, and the artichoke.
Ronik
Sudiksha          Tavishi        a

           Patterns in numbers

Más contenido relacionado

La actualidad más candente

Chapter 2 Number patterns and sequences
Chapter 2 Number patterns and sequencesChapter 2 Number patterns and sequences
Chapter 2 Number patterns and sequencesAngelyn Yap
 
Number sequences and patterns
Number sequences and patternsNumber sequences and patterns
Number sequences and patternsthato barry
 
Grade 10 Math Module 1 searching for patterns, sequence and series
Grade 10 Math Module 1   searching for patterns, sequence and seriesGrade 10 Math Module 1   searching for patterns, sequence and series
Grade 10 Math Module 1 searching for patterns, sequence and seriesJocel Sagario
 
Sequences finding a rule
Sequences   finding a ruleSequences   finding a rule
Sequences finding a ruleDreams4school
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesJoey Valdriz
 
Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)Renegarmath
 
Introduction Combined Number And Dp
Introduction Combined Number And DpIntroduction Combined Number And Dp
Introduction Combined Number And DpAwais Khan
 
Math unit8 number sequences
Math unit8 number sequencesMath unit8 number sequences
Math unit8 number sequenceseLearningJa
 
Rational irrational and_real_number_practice
Rational irrational and_real_number_practiceRational irrational and_real_number_practice
Rational irrational and_real_number_practiceeixarc
 
Harmonic and Other Sequences
Harmonic and Other SequencesHarmonic and Other Sequences
Harmonic and Other Sequencesstephendy999
 
Sequence and series
Sequence and seriesSequence and series
Sequence and seriesviannafaye
 
Chapter 1 sequences and series lesson
Chapter 1 sequences and series lessonChapter 1 sequences and series lesson
Chapter 1 sequences and series lessonLinden Ulysses Meyers
 
Maths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamoMaths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamoVictor Dungwa
 
Alg2 lesson 11-2 and 11-4
Alg2 lesson 11-2 and 11-4Alg2 lesson 11-2 and 11-4
Alg2 lesson 11-2 and 11-4Carol Defreese
 

La actualidad más candente (20)

Chapter 2 Number patterns and sequences
Chapter 2 Number patterns and sequencesChapter 2 Number patterns and sequences
Chapter 2 Number patterns and sequences
 
Number sequences and patterns
Number sequences and patternsNumber sequences and patterns
Number sequences and patterns
 
Grade 10 Math Module 1 searching for patterns, sequence and series
Grade 10 Math Module 1   searching for patterns, sequence and seriesGrade 10 Math Module 1   searching for patterns, sequence and series
Grade 10 Math Module 1 searching for patterns, sequence and series
 
Sequences finding a rule
Sequences   finding a ruleSequences   finding a rule
Sequences finding a rule
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic Series
 
Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)
 
Introduction Combined Number And Dp
Introduction Combined Number And DpIntroduction Combined Number And Dp
Introduction Combined Number And Dp
 
Math unit8 number sequences
Math unit8 number sequencesMath unit8 number sequences
Math unit8 number sequences
 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic Sequence
 
Sequences
SequencesSequences
Sequences
 
Rational irrational and_real_number_practice
Rational irrational and_real_number_practiceRational irrational and_real_number_practice
Rational irrational and_real_number_practice
 
Harmonic and Other Sequences
Harmonic and Other SequencesHarmonic and Other Sequences
Harmonic and Other Sequences
 
Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
Square roots
Square rootsSquare roots
Square roots
 
Chapter 1 sequences and series lesson
Chapter 1 sequences and series lessonChapter 1 sequences and series lesson
Chapter 1 sequences and series lesson
 
Chapter 1 sequences and series
Chapter 1 sequences and seriesChapter 1 sequences and series
Chapter 1 sequences and series
 
Maths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamoMaths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamo
 
Alg2 lesson 11-2 and 11-4
Alg2 lesson 11-2 and 11-4Alg2 lesson 11-2 and 11-4
Alg2 lesson 11-2 and 11-4
 
Arithmetic Sequence: Finding the nth Term
Arithmetic Sequence: Finding the nth TermArithmetic Sequence: Finding the nth Term
Arithmetic Sequence: Finding the nth Term
 

Similar a Patterns in numbers

Visualizing the pascal’s triangle
Visualizing the pascal’s triangleVisualizing the pascal’s triangle
Visualizing the pascal’s triangleParth Dhar
 
The complete book_of_number_system1
The complete book_of_number_system1The complete book_of_number_system1
The complete book_of_number_system1abhi_abhi22
 
Pascal’s triangle and its applications and properties
Pascal’s triangle and its applications and propertiesPascal’s triangle and its applications and properties
Pascal’s triangle and its applications and propertiesJordan Leong
 
Math vocabulary A-Z
Math vocabulary A-ZMath vocabulary A-Z
Math vocabulary A-Zfgeasland
 
4 ESO Academics - Unit 01 - Real Numbers and Percentages
4 ESO Academics - Unit 01 - Real Numbers and Percentages4 ESO Academics - Unit 01 - Real Numbers and Percentages
4 ESO Academics - Unit 01 - Real Numbers and PercentagesGogely The Great
 
The new golden spiral and the golden pentagram.pdf
The new golden spiral and the golden pentagram.pdfThe new golden spiral and the golden pentagram.pdf
The new golden spiral and the golden pentagram.pdfWim van Es
 
Pascal's triangle in Data Structure
Pascal's triangle in Data StructurePascal's triangle in Data Structure
Pascal's triangle in Data StructureRabin BK
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
NUMBER SYSTEMRap Aishu
 
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...8802952585rani
 
Fibonacci Sequence
Fibonacci SequenceFibonacci Sequence
Fibonacci SequenceArlene Leron
 

Similar a Patterns in numbers (20)

Pascal Triangle
Pascal TrianglePascal Triangle
Pascal Triangle
 
Visualizing the pascal’s triangle
Visualizing the pascal’s triangleVisualizing the pascal’s triangle
Visualizing the pascal’s triangle
 
math presentation.ppt
math presentation.pptmath presentation.ppt
math presentation.ppt
 
Magic squares
Magic squaresMagic squares
Magic squares
 
The complete book_of_number_system1
The complete book_of_number_system1The complete book_of_number_system1
The complete book_of_number_system1
 
Pascal’s triangle and its applications and properties
Pascal’s triangle and its applications and propertiesPascal’s triangle and its applications and properties
Pascal’s triangle and its applications and properties
 
Logic.pdf
Logic.pdfLogic.pdf
Logic.pdf
 
Logic.pdf
Logic.pdfLogic.pdf
Logic.pdf
 
Math vocabulary A-Z
Math vocabulary A-ZMath vocabulary A-Z
Math vocabulary A-Z
 
Maths
MathsMaths
Maths
 
Maths presentation
Maths presentationMaths presentation
Maths presentation
 
4 ESO Academics - Unit 01 - Real Numbers and Percentages
4 ESO Academics - Unit 01 - Real Numbers and Percentages4 ESO Academics - Unit 01 - Real Numbers and Percentages
4 ESO Academics - Unit 01 - Real Numbers and Percentages
 
The new golden spiral and the golden pentagram.pdf
The new golden spiral and the golden pentagram.pdfThe new golden spiral and the golden pentagram.pdf
The new golden spiral and the golden pentagram.pdf
 
Pascal's triangle in Data Structure
Pascal's triangle in Data StructurePascal's triangle in Data Structure
Pascal's triangle in Data Structure
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
NUMBER SYSTEM
 
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...
SQUARES AND SQUARE ROOTS.pptx powerpoint presentation square and square roots...
 
1150 day 1
1150 day 11150 day 1
1150 day 1
 
Fibonacci Sequence
Fibonacci SequenceFibonacci Sequence
Fibonacci Sequence
 
Pascal Triangle
Pascal Triangle Pascal Triangle
Pascal Triangle
 
Maths
MathsMaths
Maths
 

Último

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 

Último (20)

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 

Patterns in numbers

  • 1.
  • 2. THE HISTORY The history of mathematics is a history of people fascinated by numbers. A driving force in mathematical development has always been the need to solve practical problems. However, man's innate curiosity and love of pattern has probably had an equal part in its development. Most written records of early mathematics that have survived to modern times were actually lists of mathematical problems i.e. recreational mathematics. Examples: the Rhind Papyrus, (circa  1700 BC), a series of 87 problems, was the key to deciphering Egyptian hieroglyphs; Diophantus' Arithmetica (circa 250 BC), a collection of 130 mathematical problems with numerical solutions of determinate equations. (Fermat's Last Theorem was found written in the margin of a copy of this book.)
  • 3. PANDIAGONAL MAGIC SQUARE A of type of magic square: used to describe a magic square that forms another magic square if any number of columns are taken as a unit from one side and put on the other This order 8 magic square has the interesting property that alternating numbers in each row, column, and the main diagonals sum to 130. Each quarter (layer of the magic cube) is itself a magic square. The cube is pandiagonal between layers. It is not pandiagonal within each layer because NO order 4 cube can be perfectly magic AND pandiagonal in 3 dimensions.
  • 4. MAGIC STARS Magic stars are similar to Magic Squares in many ways. The order refers to the number of points in the pattern. A standard (normal or pure) magic star always contains 4 numbers in each line and consists of the series from 1 to 2n where n is the order of the star. The magic sum (S) equals (Sum of the series/number of points) plus 2 or S = 4n + 2 This particular pattern (the only one of the 12) has numbers 1 to 5 at the points. Order-5 is the smallest possible magic star. However, it is not a pure magic star because it cannot be formed with the 10 consecutive numbers from 1 to 10. The lowest possible magic sum (24) is formed with the numbers from 1 to 12, leaving out the 7 and the 11. It is also possible to form 12 basic solutions with the constant 28, by leaving out the 2 and the 6
  • 5. TRIANGULAR NUMBER SEQUENCE A triangular number or triangle number numbers the objects that can form an equilateral triangle, as in the diagram on the right. The nth triangle number is the number of dots in a triangle with n dots on a side; it is the sum of the n natural numbers from 1 to n. Rule: xn = n(n+1)/2 Flocks of birds often fly in this triangular formation. Even several airplanes when flying together constitute this formation. The properties of such numbers were first studied by ancient Greek mathematicians, particularly the Pythagoreans. A Triangular number can never end in 2, 4, 7 or 9. All perfect numbers are triangular numbers The only triangular number which is prime is 3.
  • 6. • Palindromic Triangular Numbers: Some of the many triangular numbers, which are also palindromic ( i.e. reading the same forward as well as backward) are 1, 3, 6, 55, 66, 171, 595, 666, 3003, 5995, 8778, 15051, 66066, 617716, 828828, 1269621, 1680861, 3544453, 5073705, 5676765, 6295926, 351335153, 61477416, 178727871, 1264114621, 1634004361 etc. These can be termed as palindromic triangular numbers. There are 28 Palindromic Triangular numbers below 1010. • Square Triangular Numbers: There are infinitely many triangular numbers, which are also squares as given by the series 1, 36, 1225, 41616, 1413721, 48024900, 1631432881, 55420693056 etc. These can be termed as Square triangular(ST) numbers. • The only Fibonacci Numbers that are also triangular are 1, 3, 21 and 55.
  • 7.
  • 8. APPLICATIONS OF PASCAL’S TRIANGLE • It can be used in real life for simplest things such as counting the number of paths or routes between two points. • It is used to count the different paths that water overflowing from the top bucket could take to each of the buckets in the bottom row. The water has one path to each of the buckets in the second row. There is one path to each outer bucket of the third row but two paths to the middle bucket and so on. HOCKEY STICK PATTERN Another pattern within the triangle is the Hockey Stick Pattern This pattern is as follows: the diagonal of numbers of any length starting with any of the 1’s bordering the sides of the triangle and ending on any number inside the triangle is equal to the number below the last number of the diagonal, which is not on the diagonal.
  • 9. A few examples of this, also shown 1 + 9=10 1+ 5 + 15=21 1+ 6 + 21 + 56 =84 The interesting Hockey Stick Pattern of Pascal’s Triangle holds true for any set of numbers fitting the above definition.
  • 10. PASCAL’S TRIANGLE • Pascal’s Triangle is named after Blaise Pascal who was a French mathematician, physicist and religious philosopher. With the help of this Triangle Pascal was able to solve the problems in probability. • It is an arrangement of binomial coefficients in a Triangular array known as Pascal’s Triangle. • The nth row in the triangle consists of binomial coefficients. • {N} • {k}, k =0,1……,n When two adjacent binomial coefficients in this triangle are added, the • binomial coefficient in the next row between them is produced. One of the patterns of Pascal’s Triangle is displayed when one finds the sums of the rows. In doing so, it can be established that the sum of the numbers in any row equals 2n, when n is the number of the row. For example: • 1 = 1 = 20 1+1 = 2 = 21 1+2+1 = 4 = 22 1+3+3+1 = 8 = 23 1 + 4 + 6 + 4 + 1 = 16 = 2 4.
  • 11. CONNECTION TO SIERPINSKI’S TRIANGLE • Sierpinski's Triangle is at the same time one of the most interesting and one of the simplest fractal shapes in existence. A fractal is a geometric construction that is self-similar at different scales. • Geometric Construction The most conceptually simple way of generating the Sierpinski Triangle is to begin with a (usually, but not necessarily, equilateral) triangle (first figure below). Connect the midpoints of each side to form four separate triangles, and cut out the triangle in the center (second figure). For each of the three remaining triangles, perform this same act (third figure). Iterate infinitely (final figure).
  • 12. FIBONACCI NUMBERS • 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, … • Each term in the Fibonacci sequence is called a Fibonacci number. As can be seen from the Fibonacci sequence, each Fibonacci number is obtained by adding the two previous Fibonacci numbers together. For example, the next Fibonacci number can be obtained by adding 144 and 89. Thus, the next Fibonacci number is 233. • The Rule is xn = xn-1 + xn-2 • where: • xn is term number "n" • xn-1 is the previous term (n-1) • xn-2 is the term before that (n-2) • The terms are numbered form 0 onwards like this: • n = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... • xn = 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 ... •  
  • 13. One of the most fascinating things about the Fibonacci numbers is their connection to nature. Some items in nature that are connected to the Fibonacci numbers are: - the growth of buds on trees - the pinecone's rows - the sandollar - the starfish - the petals on various flowers such as the cosmos, iris, buttercup, daisy, and the sunflower - the appendages and chambers on many fruits and vegetables such as the lemon, apple, chile, and the artichoke.
  • 14. Ronik Sudiksha Tavishi a Patterns in numbers