An Introduction to Polygonal Numbers, Their Patterns, and Relationship to Pascal's Triangle

Total Page:16

File Type:pdf, Size:1020Kb

An Introduction to Polygonal Numbers, Their Patterns, and Relationship to Pascal's Triangle An Introduction to Polygonal Numbers, Their Patterns, and Relationship to Pascal's Triangle Tyler Albany April 22, 2015 1 The ancient Greek mathematician Diophantos was one of the first to study polygonal numbers. A polygonal number can be defined as a sum of equidistant dots used to represent a polygon of a certain size. For example, if you have a square number with rank one it is one, rank two is four because you expand the length and width by one dot each and fill in the outer layer, then rank three would be nine and it continues in this fashion. The rank of a polygonal numbers is the number of dots on a side of the outermost layer of the polygonal number. This holds true for all polygonal numbers. (see figure 1.1) A polygonal number is denoted by Pd(n) where d is the number of sides to the corresponding polygon and n is the rank, or order, of the polygonal number. For instance P5(4) would be a pentagonal number with rank four. All polygonal numbers with rank one equal one, and all polygonal numbers of rank two are equal to the number of sides on the corresponding polygon. Furthermore, you can find (d−2)n2+(4−d)n any polygonal number by using the formula Pd(n) = 2 . Note that d; n 2 N, and d ≥ 3 since less than three sides would not form a polygon. Throughout this paper I will show some of the various properties of polygonal numbers, such as: the closed formula for a triangular number of rank n, the closed formula to find any polygonal number, that all hexagonal numbers are also triangular numbers, a polygonal number can be prime if and only if it has a rank of two and the number of sides for the polygon is prime, and finally, the relationship between Pascal's triangle and triangular numbers. Triangular numbers are the most basic polygonal numbers. This stems from how triangular num- bers are formed. Suppose you have a triangular number of rank n, to get the triangular number of rank n + 1 simply add n + 1 dots. For example, since the first triangular number is one, to get the second you add two, to get the third you add three and so on until you have found your desired triangular number. While this method will always work and it is quick to use for small triangular numbers it would take a very long time to find the 1000th triangular number. To find the formula for the nth triangular number we will proceed by induction. Definition 1.1: tn = 1 + 2 + ··· + n th n(n+1) n(n+1) Theorem 1: The n triangular number is equal to 2 , tn = 2 . Proof. 1(1+1) Base Case: n = 1, t1 = 1 = 2 n(n+1) Inductive Step: Assume tn = 2 By definition 1.1 tn+1 = 1 + 2 + 3 + ··· + n + (n + 1) n(n + 1) = + (n + 1) 2 n(n + 1) 2n + 2 = + 2 2 n2 + 3n + 2 = 2 (n + 1)(n + 2) = 2 While knowing the formula to find any triangular number is nice to have what if you wanted to find the 4th pentagonal number or even the 1357th octagonal number. There is no feesable way to simply count to find these numbers it would take far too long. In order to find the formula for any polygonal number I will use some properties of finite calculus. Moreover, in order to find the formula 2 for any polygonal number we need to define the formula for the number of dots added to the (n − 1)st polygonal number in order to receive the nth polygonal number. Property 2.1: The difference, similar to a derivative in calculus, of a function f : Z ! Z is ∆f : Z ! Z and equals f(n + 1) − f(n). Property 2.11: ∆(cf(n)) = c∆f(n) Property 2.12: ∆(f(n) + g(n)) = ∆f(n) + ∆g(n) Property 2.2: The number of dots added to the (n − 1)st polygonal number to get the nth polyg- onal number is equal to 1 + (d − 2)(n − 1). Lemma 2.3: ∆tn−1 = n Proof. ∆tn−1 = tn − tn−1 n(n + 1) n(n − 1) = − 2 2 n2 + n n2 − n = − 2 2 2n = 2 = n Lemma 2.4: ∆n = 1 Proof. ∆n = n + 1 − n = 1 (d−2)n2+(4−d)n Theorem 2: The formula to find any polygonal number with d sides and rank n is 2 . Proof. Let Pd(n) be a polygonal number with d sides and rank n. Therefore ∆Pd(n) = Pd(n + 1) − Pd(n) Pd(n+1)−Pd(n) is simply the polygonal number with d sides and rank n subtracted from the polygonal number with d sides and rank n + 1. The difference between the two will give you the number of dots you add to Pd(n) to get Pd(n + 1). By definition 2.2 we know that to get the (n + 1)st polygonal number we will need to add 1 + (d − 2)n dots. In other words, Pd(n+1)−Pd(n) is equivalent to 1+(d−2)n. Therefore if we can find the fuction that gives us 1 + (d − 2)n when we take its difference we will find the formula for the nth polygonal 3 number. From Lemma 2.3 and 2.4 we know ∆tn−1 = n; ∆n = 1 ) ∆[(d − 2)tn−1 + n] = (d − 2)∆tn−1 + ∆n = (d − 2)n + 1 We found the formula we were looking for that gives us 1 + (d − 2)n when you take its difference. Now if we work backwords we can find the formula for any polygonal number. ∆Pd(n) = Pd(n + 1) − Pd(n) = (d − 2)[∆tn−1] + ∆n = ∆[(d − 2)tn−1 + n] ) Pd(n) = (d − 2)tn−1 + n n(n − 1) = (d − 2) + n 2 n2 − n 2n = (d − 2) + 2 2 (d − 2)n2 − n(d − 2) + 2n = 2 (d − 2)n2 + n(2 + 2 − d) = 2 (d − 2)n2 + (4 − d)n = 2 Now that we know the formula for any polygonal number we can start to see some patterns with these numbers. For instance if we list some of the first triangular numbers: 1, 3, 6, 10, 15, 21, 28 and some of the first hexagonal numbers: 1, 6, 15, 28, 45 you can see that some of these numbers coincide. More importantly you can see that the odd rank triangular numbers listed are also hexagonal numbers. 4k2−2k Lemma 3.1: The formula for a hexagonal number of rank k is 2 Proof. (d−2)n2+(4−d)n We know the formula for any polygonal number is Pd(n) = 2 where d is the number of sides and n is the rank Since we want to find only hexagonal numbers we will set d = 6 (6 − 2)n2 + (4 − 6)n ) P (n) = 6 2 4n2 − 2n = 2 Theorem 3: All triangular numbers with odd rank are also hexagonal numbers. 4 Proof. 4k2−2k Let the hexagonal number with rank k be called hk therefore hk = 2 (n+1)(n+2) Because tn = 2 and we want only odd n and n ≥ 1, let n = 2k − 1 (2k − 1)(2k − 1 + 1) ) t = n 2 (2k − 1)(2k) = 2 4k2 − 2k = 2 = hk Hexagonal numbers also being triangular numbers is not the only pattern that can be found, or in this case not found. A polygonal number can only be prime if and only if it has rank two and it has a prime number of sides. Theorem 4: A polygonal number can be prime iff it is of rank two and the number of sides is prime. There are two cases: Proof. Case 1: (d − 2)n2 + (4 − d)n P (n) = d 2 n = [(d − 2)n + 4 − d] 2 n ) and [(d − 2)n + 4 − d]jP (n) 2 d n n By the definiton of a prime number if 2 is prime then [(d − 2)n + 4 − d] is 1, or 2 is 1 and [(d − 2)n + 4 − d] is prime. n Suppose = p 2 P rimes; (d − 2)n + 4 − d = 1 2 k n = 2pk ) (d − 2)2pk + 4 − d = 1 d(2pk − 1) = 4pk − 3 4p − 3 d = k 2pk + 1 2(2p − 2) + 1 = k 2pk + 1 1 d 6= 2 + 2pk + 1 * d 2 N and pk 6= 0 n Suppose = 1; (d − 2)n + 4 − d = p 2 P rimes 2 i n = 2 ) (d − 2)2 + 4 − d = pi 5 2d − 4 + 4 − d = pi d = pi Case 2: (d − 2)n2 + (4 − d)n P (n) = d 2 (d − 2)n + 4 − d = n 2 (d − 2)n + 4 − d ) n and jP (n) 2 d (d−2)n+4−d (d−2)n+4−d By the definiton of a prime number if n is prime then 2 is 1, or n is 1 and 2 is prime. (d − 2)n + 4 − d Suppose n = p 2 P rimes; = 1 n 2 (d − 2)p + 4 − d ) n = 1 2 (d − 2)pn + 4 − d = 2 d(pn − 1) = 2pn − 2 2p − 2 d = n pn − 1 d 6= 2 * d ≥ 3 (d − 2)n + (4 − d)n Suppose n = 1; = p 2 P rimes 2 j d − 2 + 4 − d ) = p 2 j 2 = 1 6= p 2 j Conversely, let d = pm 2 Primes and n = 2 (p − 2)22 + (4 − p )2 P (2) = m m pm 2 = 2pm − 4 + 4 − pm = pm Perhaps the most interesting property of polygonal numbers comes from a seemingly unrelated object.
Recommended publications
  • Special Kinds of Numbers
    Chapel Hill Math Circle: Special Kinds of Numbers 11/4/2017 1 Introduction This worksheet is concerned with three classes of special numbers: the polyg- onal numbers, the Catalan numbers, and the Lucas numbers. Polygonal numbers are a nice geometric generalization of perfect square integers, Cata- lan numbers are important numbers that (one way or another) show up in a wide variety of combinatorial and non-combinatorial situations, and Lucas numbers are a slight twist on our familiar Fibonacci numbers. The purpose of this worksheet is not to give an exhaustive treatment of any of these numbers, since that is just not possible. The goal is to, instead, introduce these interesting classes of numbers and give some motivation to explore on your own. 2 Polygonal Numbers The first class of numbers we'll consider are called polygonal numbers. We'll start with some simpler cases, and then derive a general formula. Take 3 points and arrange them as an equilateral triangle with side lengths of 2. Here, I use the term \side-length" to mean \how many points are in a side." The total number of points in this triangle (3) is the second triangular number, denoted P (3; 2). To get the third triangular number P (3; 3), we take the last configuration and adjoin points so that the outermost shape is an equilateral triangle with a side-length of 3. To do this, we can add 3 points along any one of the edges. Since there are 3 points in the original 1 triangle, and we added 3 points to get the next triangle, the total number of points in this step is P (3; 3) = 3 + 3 = 6.
    [Show full text]
  • 10901 Little Patuxent Parkway Columbia, MD 21044
    10901 Little Patuxent Parkway Columbia, MD 21044 Volume 1 | 2018 We would like to thank The Kalhert Foundation for their support of our students and specifically for this journal. Polygonal Numbers and Common Differences Siavash Aarabi, Howard Community College 2017, University of Southern California Mentored by: Mike Long, Ed.D & Loretta FitzGerald Tokoly, Ph.D. Abstract The polygonal numbers, or lattices of objects arranged in polygonal shapes, are more than just geometric shapes. The lattices for a polygon with a certain number of sides represent the polygon where the sides increase from length 1, then 2, then 3 and so forth. The mathematical richness emerges when the number of objects in each lattice is counted for the polygons of increasing larger size and then analyzed. So where are the differences? The polygonal numbers being considered in this project represent polygons that have different numbers of sides. It is when the integer powers of the polygonal sequence for a polygon with a specific number of sides are computed and their differences computed, some interesting commonalities emerge. That there are mathematical patterns in the commonalities that arise from differences are both unexpected and pleasing. Background A polygonal number is a number represented as dots or pebbles arranged in the shape of a regular polygon, or a polygon where the lengths of all sides are congruent. Consider a triangle as one polygon, and then fill the shape up according to figure 1, the sequence of numbers will form Triangular Numbers. The nth Triangular Numbers is also known as the sum of the first n positive integers.
    [Show full text]
  • Triangular Numbers /, 3,6, 10, 15, ", Tn,'" »*"
    TRIANGULAR NUMBERS V.E. HOGGATT, JR., and IVIARJORIE BICKWELL San Jose State University, San Jose, California 9111112 1. INTRODUCTION To Fibonacci is attributed the arithmetic triangle of odd numbers, in which the nth row has n entries, the cen- ter element is n* for even /?, and the row sum is n3. (See Stanley Bezuszka [11].) FIBONACCI'S TRIANGLE SUMS / 1 =:1 3 3 5 8 = 2s 7 9 11 27 = 33 13 15 17 19 64 = 4$ 21 23 25 27 29 125 = 5s We wish to derive some results here concerning the triangular numbers /, 3,6, 10, 15, ", Tn,'" »*". If one o b - serves how they are defined geometrically, 1 3 6 10 • - one easily sees that (1.1) Tn - 1+2+3 + .- +n = n(n±M and (1.2) • Tn+1 = Tn+(n+1) . By noticing that two adjacent arrays form a square, such as 3 + 6 = 9 '.'.?. we are led to 2 (1.3) n = Tn + Tn„7 , which can be verified using (1.1). This also provides an identity for triangular numbers in terms of subscripts which are also triangular numbers, T =T + T (1-4) n Tn Tn-1 • Since every odd number is the difference of two consecutive squares, it is informative to rewrite Fibonacci's tri- angle of odd numbers: 221 222 TRIANGULAR NUMBERS [OCT. FIBONACCI'S TRIANGLE SUMS f^-O2) Tf-T* (2* -I2) (32-22) Ti-Tf (42-32) (52-42) (62-52) Ti-Tl•2 (72-62) (82-72) (9*-82) (Kp-92) Tl-Tl Upon comparing with the first array, it would appear that the difference of the squares of two consecutive tri- angular numbers is a perfect cube.
    [Show full text]
  • Integer Partitions
    12 PETER KOROTEEV Remark. Note that out n! fixed points of T acting on Xn only for single point q we 12 PETER KOROTEEV get a polynomial out of Vq.Othercoefficient functions Vp remain infinite series which we 12shall further ignore. PETER One KOROTEEV can verify by examining (2.25) that in the n limit these Remark. Note that out n! fixed points of T acting on Xn only for single point q we coefficient functions will be suppressed. A choice of fixed point q following!1 the large-n limits get a polynomial out of Vq.Othercoefficient functions Vp remain infinite series which we Remark. Note thatcorresponds out n! fixed to zooming points of intoT aacting certain on asymptoticXn only region for single in which pointa q we a shall further ignore. One can verify by examining (2.25) that in the n | Slimit(1)| these| S(2)| ··· get a polynomial out ofaVSq(n.Othercoe) ,whereS fficientSn is functionsa permutationVp remain corresponding infinite to series the choice!1 which of we fixed point q. shall furthercoe ignore.fficient functions One| can| will verify be suppressed. by2 examining A choice (2.25 of) that fixed in point theqnfollowinglimit the large- thesen limits corresponds to zooming into a certain asymptotic region in which a!1 a coefficient functions will be suppressed. A choice of fixed point q following| theS(1) large-| | nSlimits(2)| ··· aS(n) ,whereS Sn is a permutation corresponding to the choice of fixed point q. q<latexit sha1_base64="gqhkYh7MBm9GaiVNDBxVo5M1bBY=">AAAB8HicbVBNS8NAEN3Ur1q/qh69LBbBU0lEUG9FLx4rWFtsQ9lsJ+3SzSbuTsQS+i+8eFDx6s/x5r9x2+agrQ8GHu/NMDMvSKQw6LrfTmFpeWV1rbhe2tjc2t4p7+7dmTjVHBo8lrFuBcyAFAoaKFBCK9HAokBCMxheTfzmI2gjYnWLowT8iPWVCAVnaKX7DsITBmH2MO6WK27VnYIuEi8nFZKj3i1/dXoxTyNQyCUzpu25CfoZ0yi4hHGpkxpIGB+yPrQtVSwC42fTi8f0yCo9GsbalkI6VX9PZCwyZhQFtjNiODDz3kT8z2unGJ77mVBJiqD4bFGYSooxnbxPe0IDRzmyhHEt7K2UD5hmHG1IJRuCN//yImmcVC+q3s1ppXaZp1EkB+SQHBOPnJEauSZ10iCcKPJMXsmbY5wX5935mLUWnHxmn/yB8/kDhq2RBA==</latexit>
    [Show full text]
  • Induction for Tetrahedral Numbers
    Induction for Tetrahedral Numbers Teacher Notes and Answers 7 8 9 10 11 12 TI-84PlusCE™ Investigation Student 50 min Teacher Notes: “Inductive Tetrahedrals” is part two of this three-part series. [Refer to Inductive Whole Numbers for Part One]. Part two follows a similar format to part one but is slightly more challenging from an algebraic perspective. Teachers can use part two in this series as a more independent environment for students focusing on providing feedback rather than instruction. A set of Power Point slides is provided that can be used to enhance the visual aspect of this lesson, the ability to visualise solutions can give problems more meaning. “Cubes and Squares” is part three of this three-part series. This section is designed as an assessment tool, marks have been allocated to each question. The questions are more reflective of the types of questions that students might experience in the short answer section of an examination where calculators may be used to derive answers or to simply verify by-hand solutions. A set of Power Point slides is provided that can be used to introduce students to this task. Introduction The purpose of this activity is to use exploration and observation to establish a rule for the sum of the first n tetrahedral numbers then use proof by mathematical induction to show that the rule is true for all whole numbers. What are the Tetrahedral numbers? The prefix ‘tetra’ refers to the quantity four, so it is not surprising that a tetrahedron consists of four faces, each face is a triangle.
    [Show full text]
  • On Some Polynomial Values of Repdigit Numbers
    ON SOME POLYNOMIAL VALUES OF REPDIGIT NUMBERS T. KOVACS,´ GY. PETER,´ N. VARGA (DEBRECEN) Abstract. We study the equal values of repdigit numbers and the k dimensional polygonal numbers. We state some effective finiteness theorems, and for small parameter values we completely solve the corresponding equations. Let x(x + 1) ··· (x + k − 2)((m − 2)x + k + 2 − m) (1) f (x) = k;m k! be the mth order k dimensional polygonal number, where k ≥ 2 and m ≥ 3 are fixed integers. As special cases for fk;3 we get the bi- x+k−1 nomial coefficient k , for f2;m(x) and f3;m(x) we have the corre- sponding polygonal and pyramidal numbers, respectively. These fig- urate numbers have already been investigated from several aspects and therefore have a rich literature, see Dickson [9]. For example, the question whether a perfect square is a binomial coefficient, i.e., if fk;3(x) = f2;4(y) and also the more general question on the power val- ues of binomial coefficients was resolved by Gy}ory[12]. The equation x y n = 2 has been investigated by several authors, for general effective finiteness statements we refer to Kiss [17] and Brindza [6]. In the spe- cial cases m = 3; 4; 5 and 6, the corresponding diophantine equations were resolved by Avanesov [1], Pint´er[19] and de Weger [23] (inde- pendently), Bugeaud, Mignotte, Stoll, Siksek, Tengely [8] and Hajdu, Pint´er[13], respectively. The equal values of polygonal and pyrami- dal numbers were studied by Brindza, Pint´er,Turj´anyi [7] and Pint´er, Varga [20].
    [Show full text]
  • Mathematics 2016.Pdf
    UNIVERSITY INTERSCHOLASTIC LEAGUE Making a World of Diference Mathematics Invitational A • 2016 DO NOT TURN THIS PAGE UNTIL YOU ARE INSTRUCTED TO DO SO! 1. Evaluate: 1 qq 8‚ƒ 1 6 (1 ‚ 30) 1 6 (A) qq 35 (B) 11.8 (C) qqq 11.2 (D) 8 (E) 5.0333... 2. Max Spender had $40.00 to buy school supplies. He bought six notebooks at $2.75 each, three reams of paper at $1.20 each, two 4-packs of highlighter pens at $3.10 per pack, twelve pencils at 8¢ each, and six 3-color pens at 79¢ each. How much money did he have left? (A) $4.17 (B) $5.00 (C) $6.57 (D) $7.12 (E) $8.00 3. 45 miles per hour is the same speed as _________________ inches per second. (A) 792 (B) 3,240 (C) 47,520 (D) 880 (E) 66 4. If P = {p,l,a,t,o}, O = {p,t,o,l,e,m,y}, and E = {e,u,c,l,i,d} then (P O) E = ? (A) { g } (B) {p,o,e} (C) {e, l } (D) {p,o,e,m} (E) {p,l,o,t} 5. An equation for the line shown is: (A) 3x qq 2y = 1 (B) 2x 3y = 2 (C) x y = q 1 (D) 3x 2y = qq 2 (E) x y = 1.5 6. Which of the following relations describes a function? (A) { (2,3), (3,3) (4,3) (5,3) } (B) { (qq 2,0), (0, 2) (0,2) (2,0) } (C) { (0,0), (2, q2) (2,2) (3,3) } (D) { (3,3), (3,4) (3,5) (3,6) } (E) none of these are a function 7.
    [Show full text]
  • Tetrahedral Numbers
    Tetrahedral Numbers Student Worksheet TI-30XPlus Activity Student 50 min 7 8 9 10 11 12 MathPrint™ Finding Patterns What are the Tetrahedral numbers? The prefix ‘tetra’ refers to the quantity four, so it is not surprising that a tetrahedron consists of four faces, each face is a triangle. This triangular formation can sometimes be found in stacks of objects. The series of diagrams below shows the progression from one layer to the next for a stack of spheres. Row Number 1 2 3 4 5 Items Added Complete Stack Question: 1. Create a table of values for the row number and the corresponding quantity of items in a complete stack. Question: 2. Create a table of values for the row number and the corresponding quantity of items that are added to the stack. Question: 3. The calculator screen shown here illustrates how to determine the fifth tetrahedral number. The same command could be used to determine any of the tetrahedral numbers. Explain how this command is working. Question: 4. Verify that the calculation shown opposite is the same as the one generated in Question 3. Question: 5. Enter the numbers 1, 2 … 10 in List 1 on the calculator. Enter the first 10 tetrahedral numbers in List 2. Once the values have been entered try the following: a) Quadratic regression using List 1 and List 2. Check the validity of the result via substitution. b) Cubic regression using List 1 and List 2. Check the validity of the result via substitution. Texas Instruments 2021. You may copy, communicate and modify this material for non-commercial educational purposes Author: P.
    [Show full text]
  • 1 + 4 + 7 + 10 = 22;... the Nth Pentagonal Number Is Therefore
    CHAPTER 6 1. The pentagonal numbers are 1; 1 + 4 = 5; 1 + 4 + 7 = 12; 1 + 4 + 7 + 10 = 22;... The nth pentagonal number is therefore n 1 2 − n(n 1) 3n n (3i +1) = n + 3 − = − . i 2 ! 2 X=0 Similarly, since the hexagonal numbers are 1; 1+5 = 6; 1+5+9 = 15; 1+5+9+13 = 28;... it follows that the nth hexagonal number is n 1 − n(n 1) (4i +1) = n + 4 − = 2n2 n. i 2 ! − X=0 2. The pyramidal numbers with triangular base are 1; 1+3 = 4; 1+3+6 = 10; 1+3+6+10 = 20; ... Therefore the nth pyramidal number with triangular base is n n k(k + 1) 1 1 n(n + 1)(2n + 1) n(n + 1) = (k2 + k)= + k 2 2 k 2 " 6 2 # X=1 X=1 . n(n + 1) 2n + 1 1 n(n + 1)(n + 2) = + = 2 6 2 6 The pyramidal numbers with square base are 1; 1+4 = 5; 1+4+9 = 14; 1+4+9+16= 30;... Thus the nth pyramidal number with square base is given by the sum of the squares from 1 to n, namely, n(n + 1)(2n + 1) . 6 3. In a harmonic proportion, c : a =(c b):(b a). It follows that ac ab = bc ac or that b(a + c) = 2ac. Thus the sum of− the extremes− multiplied by the mean− equals− twice the product of the extremes. 4. Since 6:3=(5 3) : (6 5), the numbers 3, 5, 6 are in subcontrary proportion.
    [Show full text]
  • Newsletter 91
    Newsletter 9 1: December 2010 Introduction This is the final nzmaths newsletter for 2010. It is also the 91 st we have produced for the website. You can have a look at some of the old newsletters on this page: http://nzmaths.co.nz/newsletter As you are no doubt aware, 91 is a very interesting and important number. A quick search on Wikipedia (http://en.wikipedia.org/wiki/91_%28number%29) will very quickly tell you that 91 is: • The atomic number of protactinium, an actinide. • The code for international direct dial phone calls to India • In cents of a U.S. dollar, the amount of money one has if one has one each of the coins of denominations less than a dollar (penny, nickel, dime, quarter and half dollar) • The ISBN Group Identifier for books published in Sweden. In more mathematically related trivia, 91 is: • the twenty-seventh distinct semiprime. • a triangular number and a hexagonal number, one of the few such numbers to also be a centered hexagonal number, and it is also a centered nonagonal number and a centered cube number. It is a square pyramidal number, being the sum of the squares of the first six integers. • the smallest positive integer expressible as a sum of two cubes in two different ways if negative roots are allowed (alternatively the sum of two cubes and the difference of two cubes): 91 = 6 3+(-5) 3 = 43+33. • the smallest positive integer expressible as a sum of six distinct squares: 91 = 1 2+2 2+3 2+4 2+5 2+6 2.
    [Show full text]
  • PENTAGONAL NUMBERS in the PELL SEQUENCE and DIOPHANTINE EQUATIONS 2X2 = Y2(3Y -1) 2 ± 2 Ve Siva Rama Prasad and B
    PENTAGONAL NUMBERS IN THE PELL SEQUENCE AND DIOPHANTINE EQUATIONS 2x2 = y2(3y -1) 2 ± 2 Ve Siva Rama Prasad and B. Srlnivasa Rao Department of Mathematics, Osmania University, Hyderabad - 500 007 A.P., India (Submitted March 2000-Final Revision August 2000) 1. INTRODUCTION It is well known that a positive integer N is called a pentagonal (generalized pentagonal) number if N = m(3m ~ 1) 12 for some integer m > 0 (for any integer m). Ming Leo [1] has proved that 1 and 5 are the only pentagonal numbers in the Fibonacci sequence {Fn}. Later, he showed (in [2]) that 2, 1, and 7 are the only generalized pentagonal numbers in the Lucas sequence {Ln}. In [3] we have proved that 1 and 7 are the only generalized pentagonal numbers in the associated Pell sequence {Qn} delned by Q0 = Qx = 1 and Qn+2 = 2Qn+l + Q„ for n > 0. (1) In this paper, we consider the Pell sequence {PJ defined by P 0 =0,P 1 = 1, and Pn+2=2Pn+l+Pn for«>0 (2) and prove that P±l, P^, P4, and P6 are the only pentagonal numbers. Also we show that P0, P±1, P2, P^, P4, and P6 are the only generalized pentagonal numbers. Further, we use this to solve the Diophantine equations of the title. 2. PRELIMINARY RESULTS We have the following well-known properties of {Pn} and {Qn}: for all integers m and n, a a + pn = "-P" a n d Q = " P" w herea = 1 + V2 and p = 1-V2, (3) l P_„ = {-\r Pn and Q_„ = (-l)"Qn, (4) a2 = 2P„2+(-iy, (5) 2 2 e3„=a(e„ +6P„ ), (6> ^ + n = 2PmG„-(-l)"Pm_„.
    [Show full text]
  • Figurate Numbers
    Figurate Numbers by George Jelliss June 2008 with additions November 2008 Visualisation of Numbers The visual representation of the number of elements in a set by an array of small counters or other standard tally marks is still seen in the symbols on dominoes or playing cards, and in Roman numerals. The word "calculus" originally meant a small pebble used to calculate. Bear with me while we begin with a few elementary observations. Any number, n greater than 1, can be represented by a linear arrangement of n counters. The cases of 1 or 0 counters can be regarded as trivial or degenerate linear arrangements. The counters that make up a number m can alternatively be grouped in pairs instead of ones, and we find there are two cases, m = 2.n or 2.n + 1 (where the dot denotes multiplication). Numbers of these two forms are of course known as even and odd respectively. An even number is the sum of two equal numbers, n+n = 2.n. An odd number is the sum of two successive numbers 2.n + 1 = n + (n+1). The even and odd numbers alternate. Figure 1. Representation of numbers by rows of counters, and of even and odd numbers by various, mainly symmetric, formations. The right-angled (L-shaped) formation of the odd numbers is known as a gnomon. These do not of course exhaust the possibilities. 1 2 3 4 5 6 7 8 9 n 2 4 6 8 10 12 14 2.n 1 3 5 7 9 11 13 15 2.n + 1 Triples, Quadruples and Other Forms Generalising the divison into even and odd numbers, the counters making up a number can of course also be grouped in threes or fours or indeed any nonzero number k.
    [Show full text]