ARTICLES Multi-Polygonal Numbers R O G E R B. N E L S E N

Lewis & Clark College Portland, OR [email protected]

A polygonal number is a positive integer that can be represented by objects arranged in the shape of a polygon. Examples, which date to the time of the ancient Greek geometers, include the triangular, square, oblong, and pentagonal numbers. For n  1 the triangular numbers are Tn = 1 + 2 + · · · + n = n(n + 1)/2 (think of a triangular array of pebbles arranged in rows with 1, 2, . . . , n pebbles), the squares are of course n 2 (n rows of n pebbles), and the oblong numbers are n (n + 1) (n rows of n + 1 pebbles). Some numbers are polygonal in more than one way, for example, 6 is both triangular (1 + 2 + 3 = T3 ) and oblong (2 · 3), while 36 is both square (62 ) and triangular (T8 ). Such numbers—the subject of this note—are called multi-polygonal. We begin by presenting a method to generate a sequence containing all the square triangular and oblong triangular numbers. With similar methods we generate sequences with all the pentagonal triangular numbers and all the pentagonal square numbers. Some simple relationships among these numbers are useful in this study. These include 2Tk = k (k + 1) relating triangular and oblong numbers, and Tk + Tk+1 = (k + 1)2 relating triangular and square numbers. Each square k 2 is the arithmetic mean of two consecutive oblong numbers (k − 1) k and k(k + 1), and each oblong number k(k + 1) is the geometric mean of two consecutive squares k 2 and (k + 1)2 . Later we discuss similar relationships involving the pentagonal numbers. For a comprehensive overview of polygonal numbers and their properties, see [2].

Square triangular and oblong triangular numbers The traditional way to find all the square triangular numbers is to solve the equation n(n + 1)/2 = k 2 for n and k. This equation is equivalent to the Pell equation x 2 − 2y 2 = 1, where x = 2n + 1 and y = 2k. Solving Pell equations is a staple of most elementary number theory textbooks. Similarly, the oblong triangular numbers can be found by solving n(n + 1)/2 = k(k + 1) for n and k, and this equation is equivalent to the Pell equation x 2 − 2y 2 = −1, where x = 2n + 1 and y = 2k + 1. Solving Pell equations is hard work, so we take a nontraditional approach and generate a sequence of square and oblong triangular numbers using the following simple theorem relating the factors of one triangular number to a pair of larger triangular numbers with a triangular sum. Theorem 1. Let n, p, and q be positive integers. Then Tn = pq i f and only i f Tn+ p+q = Tn+ p + Tn+q .

(1)

Proof. See Figure 1 for a representation of Tn+ p+q (for n = 6, p = 3, and q = 7). c Mathematical Association of America Math. Mag. 89 (2016) 159–164. doi:10.4169/math.mag.89.3.159.  MSC: Primary 05A15, Secondary 05A19; 11B75

159

160

MATHEMATICS MAGAZINE

q

n

p

Figure 1

Counting the dots in Figure 1 using the inclusion-exclusion principle yields Tn+ p+q = Tn+ p + Tn+q − Tn + pq, from which (1) follows. The theorem can also be proved algebraically. Figure 1 shows that T6 = 21 = 3 · 7 is equivalent to T16 = T9 + T13 . Other identities are similarly established, e.g., T5n−2 = T3n−1 + T4n−2 for n  1 follows from T2n−1 = n(2n − 1). Two special cases of (1) relate square triangular numbers and oblong triangular numbers: Tn = p2 ⇔ Tn+2 p = 2Tn+ p = (n + p)(n + p + 1)

(2a)

Tn = p ( p + 1) ⇔ Tn+2 p+1 = Tn+ p + Tn+ p+1 = (n + p + 1)2 .

(2b)

and Using (2a) and (2b) repeatedly starting with the smallest square triangular number T1 = 12 yields the following sequence of square and oblong triangular numbers: T1 = 12 ⇔ T3 = 2T2 = 2 · 3 = 6, T3 = 2 · 3 ⇔ T8 = T5 + T6 = 62 = 36, T8 = 62 ⇔ T20 = 2T14 = 14 · 15 = 210, T20 = 14 · 15 ⇔ T49 = T34 + T35 = 352 = 1225, T49 = 352 ⇔ T119 = 2T84 = 84 · 85 = 7140, T119 = 84 · 85 ⇔ T288 = T203 + T204 = 2042 = 41616, T288 = 2042 ⇔ T696 = 2T492 = 492 · 493 = 242556, T696 = 492 · 493 ⇔ T1681 = T1188 + T1189 = 11892 = 1413721, etc. Let T denote the sequence of numbers generated by the above procedure, that is, let T = {1, 6, 36, 210, 1225, 7140, 41616, 242556, 1413721, . . . } . It appears that T is sequence A096979 in [5]. To be precise, T is the set of triangular numbers such that T1 = 12 ∈ T and Tn = p 2 ∈ T ⇔ Tn+2 p = (n + p)(n + p + 1) ∈ T

(3a)

Tn = p ( p + 1) ∈ T ⇔ Tn+2 p+1 = (n + p + 1)2 ∈ T.

(3b)

and

VOL. 89, NO. 3, JUNE 2016

161

Clearly T contains only square and oblong triangular numbers, and we claim that it contains all of them. Our proof uses the well-ordering principle (every nonempty set of positive integers contains a least element). To begin we “invert” the equivalence (1) by setting a = n + p, b = n + q, and c = n + p + q (so that n = a + b − c, p = c − b, and q = c − a) to yield Tc = Ta + Tb ⇔ Ta+b−c = (c − a)(c − b).

(4)

Note that Tc > Ta+b−c  1 because a + b − c = n  1 and a + b − c < c since a < c and b < c. Setting c = n and a = b = p in (4) yields Tn = p ( p + 1) ⇔ T2 p−n = (n − p)2 ,

(5a)

and setting c = n, a = p, and b = p − 1 in (4) yields Tn = p 2 ⇔ T2 p−n−1 = (n − p)(n − p + 1).

(5b)



Let T denote the set of square triangular numbers and oblong triangular numbers that  are not elements of T, and assume that T is nonempty. By the well-ordering principle,  T has a least element Tn0 . If Tn0 is oblong, i.e., if Tn0 = p0 ( p0 + 1), then from (5a) T2 p0 −n0 = (n 0 − p0 )2 is a square triangular number less than Tn0 , hence an element of T. If we set n = 2 p0 − n 0 and p = n 0 − p0 in (3a), then n + 2 p = n 0 so that Tn0 is an element of T, a contradiction. Hence the least element Tn0 is not oblong. Similarly Tn0 is not square, so T does not have a least element and is thus the empty set. Hence T contains all the square and oblong triangular numbers.

The structure of the set T of square and oblong triangular numbers Combing some of the preceding equivalences reveals some of the structure of T. From (5a) and (3b) we have T2 p−n = (n − p)2 ⇔ Tn = p ( p + 1) ⇔ Tn+2 p+1 = (n + p + 1)2 ,

(6a)

and similarly (5b) and (3a) yield T2 p−n−1 = (n − p) (n − p + 1) ⇔ Tn = p 2 ⇔ Tn+2 p = (n + p)(n + p + 1). (6b) Each oblong triangular number in T is the geometricmean of the two neighboring square triangular numbers, because (6a) implies that T2 p−n Tn+2 p+1 = (n − p) (n + p + 1) = n (n + 1) − p ( p + 1) = p ( p + 1) = Tn since n(n + 1) = 2 p( p + 1). Similarly each square triangular number (greater than 1) in T is 1/3 times the arithmetic mean triangular numbers, because (6b) implies that  of the two neighboring   1 oblong  1 2 2 2 T /2 = n = p + T + n + p = Tn since n 2 + n = 2 p2 . 2 p−n−1 n+2 p 3 3 The geometric mean and arithmetic mean structure of T yields a well-known recurrence relation for the square triangular numbers. Let tk = ak2 denote the kth square triangular number, e.g., t1 = 12 , t2 = 62 , t3 = 352 , etc., so √that a1 = 1, a2 = 6, 2 is 1/3 the arithmetic mean of tk tk+1 = ak ak+1 and a3 = 35, etc. Since tk+1 = ak+1 √ 2 tk+1 tk+2 = ak+1 ak+2 , we have ak+1 = 16 (ak ak+1 + ak+1 ak+2 ), which simplifies to   ak+2 = 6ak+1 − ak . The sequences {ak } = {1, 6, 35, 204, 1189, . . .}, ak2 (the square triangular numbers), and {ak ak+1 } (the oblong triangular numbers) appear  in [5] as sequences A001109, A001110, and A029549, respectively (and T = ak2 ∪ {ak ak+1 }). The elements of T appear in other contexts. For example, in [1] Behera and Panda call a positive integer n a balancing number if 1 + 2 + · · · + (n − 1) = (n + 1) + (n + 2) + · · · + (n + r ) for some positive integer r (called the balancer of n). In terms of triangular numbers, n is a balancing number if Tn−1 = Tn+r − Tn , or equivalently, Tn+r = n 2 . Thus n is a

162

MATHEMATICS MAGAZINE

balancing number if and only if its square is in T (see [3] for a visual proof). In [6] Panda and Ray call a positive integer m a cobalancing number if 1 + 2 + · · · (m − 1) + m = (m + 1) + (m + 2) + · · · + (m + s) for some positive integer s (called the cobalancer of m). In terms of triangular numbers, m is a cobalancing number if Tm = Tm+s − Tm , or equivalently, Tm+s = m(m + 1). Thus m is a cobalancing number if and only if m(m + 1) is in T. Using (5b) yields Tn+r = n 2 ⇔ Tn−r −1 = r (r + 1), hence the balancer r is a cobalancing number; and similarly, (5a) yields Tm+s = m (m + 1) ⇔ Tm−s = s 2 , hence the cobalancer s is a balancing number.

Pentagonal triangular numbers The same procedure we used to construct the sequence of square and oblong triangular numbers can be used to construct the sequence of pentagonal triangular numbers. A pentagonal number enumerates the number of objects in a pentagonal array. In Figure 2(a) we see the pentagonal number Pm (for m = 4, P4 = 22). We distort the pentagon to a trapezoid showing that Pm = T2m−1 − Tm−1 , while in Figure 2(b) we have Pm = (1/3) T3m−1 , both of which yield Pm = m (3m − 1) /2. Other identities relate pentagonal numbers to square and oblong numbers, e.g., Pm = m 2 + Tm−1 = m (m − 1) + Tm . (a)

2m–1

(b)

m

Figure 2

Pm is triangular if there exists a k such that Pm = Tk , or equivalently, if there exist a k such that 3Tk = Tn where n = 3m − 1. In Theorem 2 we show how each solution to Tn = 3Tk yields a larger solution. When n ≡ −1(mod 3) we have Pm = Tk for m = (n + 1)/3. Theorem 2. Let n and k be positive integers. Then Tn = 3Tk i f and only i f T2n+3k+2 = 3Tn+2k+1 .

(7)

Proof. See Figure 3 for a representation of T2n+3k+2 (for n = 3 and k = 2). Counting the dots in Figure 3 using the inclusion-exclusion principle yields T2n+3k+2 = 3Tn+2k+1 − 3Tk + Tn , from which (7) follows. The theorem can also be proved algebraically. Before proceeding, we note that Theorems 1 and 2 are discrete versions of the socalled “carpets theorem”: Place two carpets in room. The area of the carpet overlap equals the area of the uncovered floor if and only if the combined area of the carpets equals the area of the room. Defining T0 = 0 and using (7) repeatedly yields the following sequence of results: T0 = 3T0 ⇔ T2 = 3T1 ,

T1 = 1 = P1 ,

163

VOL. 89, NO. 3, JUNE 2016 Tn

Tk

n+k+1

k

n+k+1

Figure 3

T2 = 3T1 ⇔ T9 = 3T5 ,

T5 = 15,

T9 = 3T5 ⇔ T35 = 3T20 , T35 = 3T20 ⇔ T132 = 3T76 ,

T20 = 210 = P12 , T76 = 2926,

T132 = 3T76 ⇔ T494 = 3T285 ,

T285 = 40755 = P165 ,

T494 = 3T285 ⇔ T1845 = 3T1065 , T1845 = 3T1065 ⇔ T6887 = 3T3976 ,

T1065 = 567645, T3976 = 7906276 = P2296 , etc.

Let P denote the sequence of triangular numbers generated by the above procedure, that is, let P = {1, 15, 210, 2926, 40755, 567645, 7906276, . . .} . It appears that P is sequence A076139 in [5], where it is described as the sequence of triangular numbers that are one-third of another triangular number. To be precise, P is the set of triangular numbers such that T1 = 1 ∈ P and Tk ∈ P and 3Tk = Tn ⇔ Tn+2k+1 ∈ P and 3Tn+2k+1 = T2n+3k+2 . The proof that P contains all triangular numbers that are one-third of another triangular number is analogous to the proof that T contains every square and oblong triangular number, and is omitted. An element Tk = (1/3) Tn of P is a pentagonal number Pm when n ≡ −1(mod 3), in which case m = (n + 1)/3. In (7), n ≡ −1(mod 3) implies 2n + 3k + 2 ≡ 0 (mod 3) , and n ≡ 0(mod 3) implies 2n + 3k + 2 ≡ −1 (mod 3). Hence every other element of P is a pentagonal triangular number. Each element of P that is not pentagonal is a so-called generalized pentagonal number, a positive integer Pm = m (3m − 1) /2 where m is a negative integer. For example, P−3 = 15 ∈ P, P−44 = 2926 ∈ P, and P−615 = 567645 ∈ P. In general, an element Tk = (1/3) Tn of P where n ≡ 0(mod 3) is the generalized pentagonal number P−n/3 . Thus the elements of P alternate between pentagonal triangular and generalized pentagonal triangular numbers.

Pentagonal square numbers The pentagonal number Pm is a square p2 when Pm = (1/3) T3m−1 = p2 , or equivalently, when T3m−1 = 3 p2 . To find solutions to this equation we employ the next theorem.

164

MATHEMATICS MAGAZINE

Theorem 3. Let n and k be positive integers. Then Tn = 3k 2 i f and only i f T5n+12k+2 = 3 (2n + 5k + 1)2 .

(8)

Proof. Elementary algebra easily shows that (1/2) (5n + 12k + 2) (5n + 12k + 3) = 3 (2n + 5k + 1)2 is equivalent to n(n + 1)/2 = 3k 2 . Using (8) repeatedly starting with T0 = 3 · 02 yields the following sequence of results: T0 = 3 · 02 ⇔ T2 = 3 · 12 ,

P1 = 12 ,

T2 = 3 · 12 ⇔ T24 = 3 · 102 ,

P−8 = 102 ,

T24 = 3 · 102 ⇔ T242 = 3 · 992 , T242 = 3 · 992 ⇔ T2400 = 3 · 9802 ,

P81 = 992 , P−800 = 9802 ,

T2400 = 3 · 9802 ⇔ T23762 = 3 · 97012 ,

P7921 = 97012 , etc.

Similar to the sequence P in the preceding section, we have generated a sequence of squares that alternate between pentagonal and generalized pentagonal numbers. The structure of the sequence S = {si } = {1, 10, 99, 980, 9701, . . .} of square roots of the pentagonal square and generalized pentagonal square numbers (sequence A004189 in [5]) yields a recurrence relation for its elements. Analogous to (6a) and (6b) we have T5n−12k+2 = 3(5k − 2n − 1)2 ⇔ Tn = 3k 2 ⇔ T5n+12k+2 = 3(2n + 5k + 1)2 and 15 · 12 [(5k − 2n − 1) + (2n + 5k + 1)] = k, so that each element of S (greater than 1) is 1/5 times the arithmetic mean of its two neighbors. Hence the elements of S satisfy the recurrence si+2 = 10si+1 − si . We conclude by noting that the only pentagonal square triangular number is 1. See [4, 7] for details and references. Acknowledgment I would like to thank two anonymous referees and the editor for their careful reading of and helpful suggestions on an earlier draft of this paper.

REFERENCES 1. A. Behera, G. K. Panda, On the square roots of triangular numbers, Fibonacci Quart. 37 (1999) 98–105. 2. E. Deza, M. M. Deza, Figurate Numbers. World Scientific, Singapore, 2012. 3. M. A. Jones, Proof without words: The square of a balancing number is a triangular number, Coll. Math. J. 43 (2012) 212. 4. A. Makowski, Remarque a` une note de A. Rotkiewicz sur les nombres a` la fois triangulaires, carr´es et pentagonaux, Bull. Soc. Roy. Sci. Li`ege 34 (1965) 27. 5. The On-Line Encyclopedia of Integer Sequences, http://www.oeis.org. 6. G K. Panda, P. K. Ray, Cobalancing numbers and cobalancers, Int. J. Math. Math. Sci. 2005 (2005) 1189–1200. 7. Triangular-square-pentagonal numbers, Problem E 2618, Amer. Math. Monthly 85 (1978) 51–52. Summary. We study some sequences of multi-polygonal numbers, specifically the square triangular, oblong triangular, pentagonal triangular, and pentagonal square numbers. To do so, we state and prove theorems that relate the factors of a given triangular number to a pair of larger triangular numbers with a triangular sum, and relate a triangular number that is three times another triangular number (or three times a square) to a larger pair of triangular numbers with the same property. ROGER NELSEN (MR Author ID: 237909) is professor emeritus at Lewis & Clark College, where he taught mathematics and statistics for 40 years.

articles

Other iden- tities are similarly .... to Tn = 3Tk yields a larger solution. When n ≡ −1(mod 3) we ... To find solutions to this equation we employ the next theorem.

330KB Sizes 7 Downloads 298 Views

Recommend Documents

Articles - Dialnet
argumentation and consequentialist argumentation and de-scribes the in- teraction between the various elements of the justification, Jansen (2003a,. 2003b ...

Articles
observe the crossovers in time series of experimental data and their corresponding simulation ... four methods we use for the time series analysis. (DFA, Higuchi ...

ARTICLES
Jul 13, 2006 - ARTICLES. 1Department of .... building, MN was asked to imagine manually tracking a 'tech- nician's cursor' that was ..... educational purposes.

articles
of drugs has gained considerable attention.2 P-gp, an energy- dependent ... (7) Chiou, W. L.; Ma, C.; Chung, S. M.; Wu, T. C. An alternative hypothesis to ...

Articles
Articles. Frequency-Dependent Shape Changes of Colloidal Clusters under Transverse Electric Field. Ajay Singh Negi,‡ Kheya Sengupta,†,§ and A. K. Sood*,‡. Department of Physics, Indian Institute of Science, Bangalore - 560012, India, and Raman

review articles - Semantic Scholar
Nov 2, 2014 - background, religion, and other life experi- ences. ... development of the implicit asso- ciation test and ... In software development, we see this.

articles
turer's software to obtain a composite image. Organ Distribution. Aliquots of PEG and ... Data that were obtained were ana- lyzed using descriptive statistics and ...

Articles -
commonest method of raising loan capital, as part of project financing. ... trustee unless at is either a scheduled bank carrying on commercial activity or a public .... mortgage. It may be with possession or without possession of property with refer

articles
Mar 29, 2007 - Molecular data and the fossil record can give conflicting views of ..... protocol29 to minimize both data duplication (for example, where the same ...

articles
fluorescence resonance energy transfer (FRET)18–20. To optimize the ... will call it 'repetitive shuttling' henceforth. Repetitive shuttling was ..... 100mer 1. 5'-TGG CGA CGG CAG CGA GGC- (T)65 - CGA ATT CTA CCA GTG CC-3'. 100mer 2.

articles
Jul 13, 2006 - Furthermore, MN used neural control to open and close a prosthetic hand, and perform rudimentary actions with a multi- ... Currently, this system consists of a chronically implanted sensor ... 1Department of Neurology, Massachusetts Ge

articles
Published on Web 06/29/2006 .... electron transmission microscopy was done by adding osmium ... fixed prior to electron microscopy using standard techniques.

articles
Jun 6, 2007 - profiling revealed major differences between iPS cells and ES cells; (3) ..... Our data suggest that the pluripotent state of Oct4 iPS and Nanog.

articles
Nov 22, 2006 - transmission mode was performed to examine the diffusion and structure of .... various types of spectral data, which not only enhances the.

articles
Jul 30, 2006 - genome sequence data, this family has 15 members in mouse and 6 in ... Institute, Basic Sciences Division, Fred Hutchinson Cancer Research Center, ..... not propidium iodide, were isolated using a Vantage cell sorter (BD ...

articles
Jun 6, 2007 - However, the therapeutic application of either approach has ..... in contrast to somatic cells, which undergo rapid apoptosis on loss of .... the day of embryonic development analysed; 'arrested' indicates the estimated stage of develop

Top Articles - Semantic Scholar
Home | Login | Logout | Access Information | Alerts | Sitemap | Help. Top 100 Documents. BROWSE ... Image Analysis and Interpretation, 1994., Proceedings of the IEEE Southwest Symposium on. Volume , Issue , Date: 21-24 .... Circuits and Systems for V

articles
Nov 22, 2006 - E-mail: xuzk@ zju.edu.cn. 922. J. Phys. Chem .... correlation analysis using the software (2Dshige (c) Shigeaki. Morita, Kwansei-Gakuin .... known that transmission FT-IR examines the bulk of polymer film while FT-IR/ATR only ...

Special Articles
chologists, and social scientists from 30 countries, high- ... logical costs for adults and children (8, 9). Second ...... cess on core-group sociogeographic networks.

Articles
reduce variability and achieve an equilibrium-like state. 11. However, some ..... 17 Electroseismic crossover simulated with LT map by using the DFA method.

articles
the suppression of JNK1 activity on the development of cellular hypoxic damage. We used .... hypoxia. Here we report our recent experimental data which.

Articles L'Avenir agricole.compressed.pdf
16%. 12. How much credit do you feel Donald Trump should get for the current state of the. economy?* Asked before SOTU address. A lot . ... There was a problem loading this page. Retrying... Articles L'Avenir agricole.compressed.pdf. Articles L'Aveni

articles on cloud computing pdf
articles on cloud computing pdf. articles on cloud computing pdf. Open. Extract. Open with. Sign In. Main menu. Displaying articles on cloud computing pdf.

how to publish your articles
point of view: strategies to successfully publish your ... - strategies to ... pharma (pmn) is the monthly emarketing news - publishing your article ... (pmn) is the ...