Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Polite number

From Wikipedia, the free encyclopedia
Type of integer in number theory
AYoung diagram representing visually a polite expansion 15 = 4 + 5 + 6

Innumber theory, apolite number is apositive integer that can be written as the sum of two or more consecutive positive integers. A positive integer which is not polite is calledimpolite.[1][2] The impolite numbers are exactly thepowers of two, and the polite numbers are thenatural numbers that are not powers of two.

Polite numbers have also been calledstaircase numbers because theYoung diagrams which represent graphically thepartitions of a polite number into consecutive integers (in theFrench notation of drawing these diagrams) resemblestaircases.[3][4][5] If all numbers in the sum are strictly greater than one, the numbers so formed are also calledtrapezoidal numbers because they represent patterns of points arranged in atrapezoid.[6][7][8][9][10][11][12]

The problem of representing numbers as sums of consecutive integers and of counting the number of representations of this type has been studied bySylvester,[13] Mason,[14][15]Leveque,[16] and many other more recent authors.[1][2][17][18][19][20][21][22][23] The polite numbers describe the possible numbers of sides of theReinhardt polygons.[24]

Examples and characterization

[edit]

The first few polite numbers are

3, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, ... (sequenceA138591 in theOEIS).

The impolite numbers are exactly thepowers of two.[13] It follows from theLambek–Moser theorem that thenth polite number isf(n + 1), where

f(n)=n+log2(n+log2n).{\displaystyle f(n)=n+\left\lfloor \log _{2}\left(n+\log _{2}n\right)\right\rfloor .}

Politeness

[edit]

Thepoliteness of a positive number is defined as the number of ways it can be expressed as the sum of consecutive integers. For everyx, the politeness ofx equals the number ofodddivisors ofx that are greater than one.[13] The politeness of the numbers 1, 2, 3, ... is

0, 0, 1, 0, 1, 1, 1, 0, 2, 1, 1, 1, 1, 1, 3, 0, 1, 2, 1, 1, 3, ... (sequenceA069283 in theOEIS).

For instance, the politeness of 9 is 2 because it has two odd divisors, 3 and 9, and two polite representations

9 = 2 + 3 + 4 = 4 + 5;

the politeness of 15 is 3 because it has three odd divisors, 3, 5, and 15, and (as is familiar tocribbage players)[25] three polite representations

15 = 4 + 5 + 6 = 1 + 2 + 3 + 4 + 5 = 7 + 8.

An easy way of calculating the politeness of a positive number by decomposing the number into itsprime factors, taking the powers of all prime factors greater than 2, adding 1 to all of them, multiplying the numbers thus obtained with each other and subtracting 1. For instance 90 has politeness 5 because90=2×32×51{\displaystyle 90=2\times 3^{2}\times 5^{1}}; the powers of 3 and 5 are respectively 2 and 1, and applying this method(2+1)×(1+1)1=5{\displaystyle (2+1)\times (1+1)-1=5}.

Construction of polite representations from odd divisors

[edit]

To see the connection between odd divisors and polite representations, suppose a numberx has the odd divisory > 1. Theny consecutive integers centered onx/y (so that their average value isx/y) havex as their sum:

x=i=xyy12xy+y12i.{\displaystyle x=\sum _{i={\frac {x}{y}}-{\frac {y-1}{2}}}^{{\frac {x}{y}}+{\frac {y-1}{2}}}i.}

Some of the terms in this sum may be zero or negative. However, if a term is zero it can be omitted and any negative terms may be used to cancel positive ones, leading to a polite representation forx. (The requirement thaty > 1 corresponds to the requirement that a polite representation have more than one term; applying the same construction fory = 1 would just lead to the trivial one-term representationx = x.)For instance, the polite numberx = 14 has a single nontrivial odd divisor, 7. It is therefore the sum of 7 consecutive numbers centered at 14/7 = 2:

14 = (2 − 3) + (2 − 2) + (2 − 1) + 2 + (2 + 1) + (2 + 2) + (2 + 3).

The first term, −1, cancels a later +1, and the second term, zero, can be omitted, leading to the polite representation

14 = 2 + (2 + 1) + (2 + 2) + (2 + 3) = 2 + 3 + 4 + 5.

Conversely, every polite representation ofx can be formed from this construction. If a representation has an odd number of terms,x/y is the middle term, while if it has aneven number of terms and its minimum value ism it may be extended in a unique way to a longer sequence with the same sum and an odd number of terms, by including the 2m − 1 numbers −(m − 1), −(m − 2), ..., −1, 0, 1, ...,m − 2,m − 1.After this extension, again,x/y is the middle term. By this construction, the polite representations of a number and its odd divisors greater than one may be placed into aone-to-one correspondence, giving abijective proof of the characterization of polite numbers and politeness.[13][26] More generally, the same idea gives a two-to-one correspondence between, on the one hand, representations as a sum of consecutive integers (allowing zero, negative numbers, and single-term representations) and on the other hand odd divisors (including 1).[15]

Another generalization of this result states that, for anyn, the number of partitions ofn into odd numbers havingk distinct values equals the number of partitions ofn into distinct numbers havingk maximal runs of consecutive numbers.[13][27][28] Here a run is one or more consecutive values such that the next larger and the next smaller consecutive values are not part of the partition; for instance the partition 10 = 1 + 4 + 5 has two runs, 1 and 4 + 5.A polite representation has a single run, and a partition with one valued is equivalent to a factorization ofn as the productd ⋅ (n/d), so the special casek = 1 of this result states again the equivalence between polite representations and odd factors (including in this case the trivial representationn = n and the trivial odd factor 1).

Trapezoidal numbers

[edit]

If a polite representation starts with 1, the number so represented is atriangular number

Tn=n(n+1)2=1+2++n.{\displaystyle T_{n}={\frac {n(n+1)}{2}}=1+2+\cdots +n.}

Otherwise, it is the difference of two nonconsecutive triangular numbers

i+(i+1)+(i+2)++j=TjTi1(j>i2).{\displaystyle i+(i+1)+(i+2)+\cdots +j=T_{j}-T_{i-1}\quad (j>i\geq 2).}

This second case is called a trapezoidal number.[12] One can also consider polite numbers that aren't trapezoidal. The only such numbers are the triangular numbers with only one nontrivial odd divisor, because for those numbers, according to thebijection described earlier, the odd divisor corresponds to the triangular representation and there can be no other polite representations. Thus, non-trapezoidal polite number must have the form of a power of two multiplied by an odd prime. As Jones and Lord observe,[12] there are exactly two types of triangular numbers with this form:

  1. the evenperfect numbers 2n − 1(2n − 1) formed by the product of aMersenne prime 2n − 1 with half the nearestpower of two, and
  2. the products 2n − 1(2n + 1) of aFermat prime 2n + 1 with half the nearest power of two.

(sequenceA068195 in theOEIS). For instance, the perfect number 28 = 23 − 1(23 − 1) and the number 136 = 24 − 1(24 + 1) are both this type of polite number. It is conjectured that there are infinitely many Mersenne primes, in which case there are also infinitely many polite numbers of this type.

References

[edit]
  1. ^abAdams, Ken (March 1993), "How polite isx?",The Mathematical Gazette,77 (478):79–80,doi:10.2307/3619263,JSTOR 3619263,S2CID 171530924.
  2. ^abGriggs, Terry S. (December 1991), "Impolite Numbers",The Mathematical Gazette,75 (474):442–443,doi:10.2307/3618630,JSTOR 3618630,S2CID 171681914.
  3. ^Mason, John;Burton, Leone;Stacey, Kaye (1982),Thinking Mathematically, Addison-Wesley,ISBN 978-0-201-10238-3.
  4. ^Stacey, K.; Groves, S. (1985),Strategies for Problem Solving, Melbourne: Latitude.
  5. ^Stacey, K.; Scott, N. (2000), "Orientation to deep structure when trying examples: a key to successful problem solving", in Carillo, J.; Contreras, L. C. (eds.),Resolucion de Problemas en los Albores del Siglo XXI: Una vision Internacional desde Multiples Perspectivas y Niveles Educativos(PDF), Huelva, Spain: Hergue, pp. 119–147, archived fromthe original(PDF) on 2008-07-26.
  6. ^Gamer, Carlton; Roeder, David W.; Watkins, John J. (1985), "Trapezoidal numbers",Mathematics Magazine,58 (2):108–110,doi:10.2307/2689901,JSTOR 2689901.
  7. ^Jean, Charles-É. (March 1991),"Les nombres trapézoïdaux"(French),Bulletin de l'AMQ:6–11.
  8. ^Haggard, Paul W.; Morales, Kelly L. (1993), "Discovering relationships and patterns by exploring trapezoidal numbers",International Journal of Mathematical Education in Science and Technology,24 (1):85–90,doi:10.1080/0020739930240111.
  9. ^Feinberg-McBrian, Carol (1996), "The case of trapezoidal numbers",Mathematics Teacher,89 (1):16–24,doi:10.5951/MT.89.1.0016.
  10. ^Smith, Jim (1997), "Trapezoidal numbers",Mathematics in School,5: 42.
  11. ^Verhoeff, T. (1999),"Rectangular and trapezoidal arrangements",Journal of Integer Sequences,2: 16,Bibcode:1999JIntS...2...16V, Article 99.1.6.
  12. ^abcJones, Chris; Lord, Nick (1999), "Characterising non-trapezoidal numbers",The Mathematical Gazette,83 (497):262–263,doi:10.2307/3619053,JSTOR 3619053,S2CID 125545112.
  13. ^abcdeSylvester, J. J.; Franklin, F (1882),"A constructive theory of partitions, arranged in three acts, an interact and an exodion",American Journal of Mathematics,5 (1):251–330,doi:10.2307/2369545,JSTOR 2369545. InThe collected mathematical papers of James Joseph Sylvester (December 1904), H. F. Baker, ed. Sylvester defines theclass of a partition into distinct integers as the number of blocks of consecutive integers in the partition, so in his notation a polite partition is of first class.
  14. ^Mason, T. E. (1911), "On the representations of a number as a sum of consecutive integers",Proceedings of the Indiana Academy of Science:273–274.
  15. ^abMason, Thomas E. (1912), "On the representation of an integer as the sum of consecutive integers",American Mathematical Monthly,19 (3):46–50,doi:10.2307/2972423,JSTOR 2972423,MR 1517654.
  16. ^Leveque, W. J. (1950), "On representations as a sum of consecutive integers",Canadian Journal of Mathematics,2:399–405,doi:10.4153/CJM-1950-036-3,MR 0038368,S2CID 124093945,
  17. ^Pong, Wai Yan (2007), "Sums of consecutive integers",College Math. J.,38 (2):119–123,arXiv:math/0701149,Bibcode:2007math......1149P,doi:10.1080/07468342.2007.11922226,MR 2293915,S2CID 14169613.
  18. ^Britt, Michael J. C.; Fradin, Lillie; Philips, Kathy; Feldman, Dima; Cooper, Leon N. (2005), "On sums of consecutive integers",Quart. Appl. Math.,63 (4):791–792,doi:10.1090/S0033-569X-05-00991-1,MR 2187932.
  19. ^Frenzen, C. L. (1997), "Proof without words: sums of consecutive positive integers",Math. Mag.,70 (4): 294,doi:10.1080/0025570X.1997.11996560,JSTOR 2690871,MR 1573264.
  20. ^Guy, Robert (1982),"Sums of consecutive integers"(PDF),Fibonacci Quarterly,20 (1):36–38,doi:10.1080/00150517.1982.12430026,Zbl 0475.10014.
  21. ^Apostol, Tom M. (2003), "Sums of consecutive positive integers",The Mathematical Gazette,87 (508):98–101,doi:10.1017/S002555720017216X,JSTOR 3620570,S2CID 125202845.
  22. ^Prielipp, Robert W.; Kuenzi, Norbert J. (1975), "Sums of consecutive positive integers",Mathematics Teacher,68 (1):18–21,doi:10.5951/MT.68.1.0018.
  23. ^Parker, John (1998), "Sums of consecutive integers",Mathematics in School,27 (2):8–11.
  24. ^Mossinghoff, Michael J. (2011), "Enumerating isodiametric and isoperimetric polygons",Journal of Combinatorial Theory, Series A,118 (6):1801–1815,doi:10.1016/j.jcta.2011.03.004,MR 2793611
  25. ^Graham, Ronald;Knuth, Donald;Patashnik, Oren (1988), "Problem 2.30",Concrete Mathematics, Addison-Wesley, p. 65,ISBN 978-0-201-14236-5.
  26. ^Vaderlind, Paul;Guy, Richard K.; Larson, Loren C. (2002),The inquisitive problem solver, Mathematical Association of America, pp. 205–206,ISBN 978-0-88385-806-6.
  27. ^Andrews, G. E. (1966), "On generalizations of Euler's partition theorem",Michigan Mathematical Journal,13 (4):491–498,doi:10.1307/mmj/1028999609,MR 0202617.
  28. ^Ramamani, V.; Venkatachaliengar, K. (1972), "On a partition theorem of Sylvester",The Michigan Mathematical Journal,19 (2):137–140,doi:10.1307/mmj/1029000844,MR 0304323.

External links

[edit]
Classes ofnatural numbers
Powers and related numbers
Of the forma × 2b ± 1
Other polynomial numbers
Recursively defined numbers
Possessing a specific set of other numbers
Expressible via specific sums
2-dimensional
centered
non-centered
3-dimensional
centered
non-centered
pyramidal
4-dimensional
non-centered
Combinatorial numbers
Divisor functions
Prime omega functions
Euler's totient function
Aliquot sequences
Primorial
Otherprime factor ordivisor related numbers
Numeral system-dependent numbers
Arithmetic functions
anddynamics
Digit sum
Digit product
Coding-related
Other
P-adic numbers-related
Digit-composition related
Digit-permutation related
Divisor-related
Other
Generated via asieve
Sorting related
Graphemics related
Retrieved from "https://en.wikipedia.org/w/index.php?title=Polite_number&oldid=1251297087"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp