mdbtxt1
mdbtxt2
Proceed to Safety

Notable Properties of Specific Numbers    


First page . . . Back to page 8 . . . Forward to page 10 . . . Last page (page 25)


90

(an oblong number)

90 = 9×10, the product of two consecutive integers. Numbers of this type are called oblong numbers because they correspond to the area of an "oblong" rectangle whose length is one greater than its width. They are also called promic numbers; each is twice a triangular number. The sequence of oblong numbers starts: 2, 6, 12, 20, 30, 42, 56, 72, 90, 110, 132, 156, 182, 210, ... (OEIS sequence A2378; my MCS1764) See also 210, 336, and 19958400.

91

For any whole number n, compute the square root of en and round up. For n=0, 1, 2, 3, ... through n=8 you get Fibonacci numbers: 1, 2, 3, 5, 8, 13, 21, 34, 55. But wait — when n=9 you get 91, not the Fibonacci number 89. This is even a little more surprising to those who know that the Fibonacci sequence is an exponential sequence. (See also 665.141633...).

Amateur mathematicians fall into this sort of trap all the time, and it frequently ensnares even the most professional and experienced. It is now known as "Guy's Strong Law of Small Numbers":

There aren't enough small numbers to meet the many demands made of them. - Richard K. Guy [154]

In other words, if you encounter a small number in two different phenomena, don't assume any actual cause-and-effect relationship between the two unless you already know (or can prove) that there is one.

Guy's paper [154] gives many examples of possible coincidences involving small numbers, presenting them as questions to answer "yes" or "no". His example 29 also mentions the number 91:

Example 29. Does each of the two diophantine equations

2x2(x2-1) = 3(y2-1)    and    x(x-1)/2 = 2n-1

have just the five positive solutions x = 1, 2, 3, 6, and 91?

and later gives the terse answer "True, but why the coincidence?" with no references. This has been an active problem for some time, and shows up in several different forms, some more clearly equivalent than others. It began, as have many other such curiosities (see for example 22 and 163), with Ramanujan. See 31 for another Strong Law example.

The Ramanujan-Nagell equation

In 1913 Ramanujan conjectured that the only values of 2N-7 that are perfect squares are:

23-7 = 1 = 12,
24-7 = 9 = 32,
25-7 = 25 = 52,
27-7 = 121 = 112, and
215-7 = 32761 = 1812.

Ljunggren independently conjectured the same thing in 1943, and it was proven by Nagell in 1948 [137].

The problem of finding a Mersenne number that is triangular can be stated by the equation 2p-1=z(z+1)/2. This problem turns out to be equivalent: starting with Ramanujan's 2n-7=x2, substitute x=2y+1 to get 2n-7=4y2+4y+1 which is the same as 2n=4y2+4y+8; then substitute n=m+2 to get 2m+2=4y2+4y+8 which is the same as 2m=y2+y+2 or 2m-2=y2+y=(y+1)y; then substitute m=p+1 to get 2p+1-2=y(y+1) which is the same as 2p-1=y(y+1)/2. So there are five solutions to this, which are:

20-1 = 0 = T0,
21-1 = 1 = T1,
22-1 = 3 = T2,
24-1 = 15 = T5, and
212-1 = 4095 = T90.

using Tn to refer to the nth triangular number. Richard Guy states this as "x(x-1)/2 = 2n-1" which makes x=91 be the largest solution.

The other equation given by Richard Guy is 2x2(x2-1) = 3(y2-1). It is fairly easy to see that since x and y are both integers, the left side is even and the right side is divisible by 3, and therefore both sides are divisible by 6; it follows that y is odd, so we can substitute y=2z+1 giving 2x2(x2-1) = 3(4z2+4z+1-1) = 24z(z+1)/2 which is equivalent to x2(x2-1)/2 = 6z(z+1)/2. Once again using the abbreviation Tn for the nth triangular number, the equation is T(x2-1) = 6Tz, which is a pretty simple form, more likely to draw interest. The five solutions are:

2x2(x2-1) = 3(y2-1)   ;   T(x2-1)      = 6Tz
2×12(12-1) = 0 = 3(12-1)   ; T(12-1) = T0 = 0 = 6T0
2×22(22-1) = 24 = 3(32-1)   ; T(22-1) = T3 = 6 = 6T1
2×32(32-1) = 144= 3(72-1)   ; T(32-1) = T8 = 36 = 6T3
2×62(62-1) = 2520 = 3(292-1)   ; T(62-1) = T35 = 630 = 6T14
2×912(912-1)= 137133360= 3(67612-1)   ; T(912-1) = T8280= 34283340= 6T3380

In 1995, Mignotte and Pethö [161] considered the paired system of equations x2-6y2=-5, x=2z2-1, which can be expressed as a single diophantine equation by substituting the second equation into the first to get (2z2-1)2-6y2=-5 (which clearly retains the requirement that the subexpression 2z2-1 be an integer). This equation is equivalent to 4z4-4z2+1-6y2=-5; 4z4-4z2=6y2-6; 4z2(z2-1)=6(y2-1); 2z2(z2-1)=3(y2-1) which is thus the same as Guy's equation. It had long since been shown to be "effectively computable" (by Siegel in 1926) and the practical enumeration of the results was performed by computer in 1969 by Baker, but Mignotte and Pethö were the first to prove it. J.H.E. Cohn, who had failed in 1972 to prove it by elementary means, was then able to succeed [168]. In 2004 the result was generalised to other similar forms, such as (2z2-1)2-8y2=-7, by Maohua Le [188] who used the generalised method to extract the above five solutions.

John H. Conway is said to have called 91 "the smallest non-trivial prime" because it isn't a multiple of the primes with easy divisibility tests (2, 3, 5, 11), and it is the multiple of the first two primes without an easy divisibility test (91 = 7×13).

94

Happy numbers

Add the squares of the digits, and repeat: 92+42 = 97; 92+72 = 130; 12+32+02 = 10; and 12+02 = 1. Any number that leads to 1 by this method is called a "happy number".

Because you get the same sum regardless of the order of digits, all permutations of a Happy number make another Happy number; also zeros can be added at will. So, if 94 is a Happy number (which it is) then so is 49, and because 49 is Happy then so is 7 and 70.

The Happy numbers are OEIS sequence A7770 : 1, 7, 10, 13, 19, 23, 28, 31, 32, 44, 49, 68, 70, 79, 82, 86, 91, 94, 97, 100, 103, 109, 129, 130, 133, 139, 167, 176, 188, 190, 192, 193, 203, 208, 219, 226, 230, 236, 239, 262, 263, 280, 291, 293, 301, 302, ... See also 145.

95

The number of muscles in the nematode worm C. elegans. See 959.

96

(a 3-smooth number)

96 = 25×3. It has no prime factors larger than 3, and this makes it a 3-smooth number. The 3-smooth numbers are: 1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24, 27, 32, 36, 48, 54, 64, 72, 81, 96, 108, 128, 144, 162, 192, 216, 243, 256, 288, 324, 384, 432, 486, 512, 576, 648, 729, 768, 864, 972, ... This list is Sloane's A3586, and is created by multiplying all the powers of 2 by 3, 9, 27, and all higher powers of 3. The 3-smooth numbers can be used as the basis of a double base number system. See also 150.

96 is also of the form 3×2n, which puts it in a more commonly seen subset of 3-smooth numbers; see 192, and 768.

Except for 4 itself, multiples of 4 ("doubly-even numbers") can be expressed as a difference of (positive) squares, and if they have enough even factors this can be done in multiple ways. This is done by expressing the number as a product of two even numbers and then changing that to (a+b)(a-b) = a2-b2. For example,

96 = 2×48 = (25-23)(25+23) = 252-232
       = 4×24 = (14-10)(14+10) = 142-102
       = 6×16 = (11-5)(11+5) = 112-52
       = 8×12 = (10-2)(10+2) = 102-22

96 is the smallest even number for which this can be done in 4 different ways. The even numbers that set a new record in this way are: 8, 24, 48, 96, 192, 240, 480, 720, 960, 1440, 2880, 3360, 5040, 6720, 10080, 20160, 30240, 40320, 60480, 80640, 100800, 110880, 181440, 201600, 221760, 332640, 443520, 665280, 887040, ... Numbers that are even without being a multiple of 4 are not expressible as a difference between positive squares, because such a difference must be a sum of consecutive odd numbers, and all such sums are odd or are a multiple of 4. See also 105.

97

97 is a prime of the form 4n+1, and like all such primes, it can be expressed as a sum of two squares a2+b2 in exactly one way (as can 2, the smallest prime). Such primes are called "Pythagorean primes" because √p is the length of the hypotenuse of a right triangle whose other two sides are a and b.

Fermat asserted that all primes 4n+1 can be expressed as such a sum, but a proof wasn't given until Euler. Once you know that there is one such sum a2+b2 = 4n+1, and if you know about Gaussian primes, it is easy to see that there cannot be a second way to express it. That is because the product (a+bi)(a-bi) = a2+b2 = 4n+1, and if there were another sum of squares c2+d2 = 4n+1, then (c+di)(c-di) would also be 4n+1; but in the Gaussian integers factorisation is unique.

The primes 4n+1 are: 5, 13, 17, 29, 37, 41, 53, 61, 73, 89, 97, 101, 109, 113, 137, 149, 157, 173, 181, 193, 197, ... (Sloane's A2144). See also 79.

98

98 is a multiple of a square (2 times 49), and is 2 less than a power of 10. Because of this, the digits of the square root of 2 start with "14" twice, then 21 then 35, all of which are multiples of 7 which is the square root of 49. All of this is not a coincidence and is explained in the entry for the (even more impressive) square root of 62.

See also 99.9998, 998, and 999998.

99

99 is one more than 2 times a square — 2×72+1=99. Add a 0 on the left and square the right, and the equation is still true: 2×702+1=992.

There is a sequence of numbers with the property that 2×N2±1 is a square, each time involving a Pell number:

2×22+1=32
2×52-1=72    and 2×72+1=99
2×122+1=172
2×292-1=412    and 2×412+1=3363
2×702+1=992
2×1692-1=2392    and 2×2392+1=114243
2×4082+1=5772
2×9852-1=13932    and 2×13932+1=3880899
2×23782+1=33632

These are the same numbers shown in the description of the square root of 2 — the numerators and denominators of the fractions (3/2, 7/5, 17/12, etc.) that approximate it.

Both sequences are generated the same way: each term is 2 times the previous term plus the term before that. The only difference is that this sequence begins with (1, 1) and the Pell numbers start with (0, 1). This sequence starts out: 3, 7, 17, 41, 99, 239, 577, 1393, 3363, 8119, 19601, 47321, 114243, 275807, 665857, 1607521, 3880899, 9369319, ... (Sloane's A1333; my MCS1724932). See also 841.

99.9998 = 2.54×39.37 = 2×31×1272/10000

This is the approximation to 100 formed by the product of 2.54 (the number of centimeters per inch) and 39.37 (an approximation for the number of inches in a meter used in the United States prior to 1975). Because they are approximations, their product is not exactly 100 (the true number of centimeters in a meter) and because both approximations have a fairly small number of digits, the product ends up being off in just the final digit. This causes interesting digit patterns in the reciprocals of 2.54 and of 39.37, similar to the relationship between 1/27 and 1/37 (see 999). In this case there is also a doubling as seen in the reciprocal of 998:

   1/2.54 = 0.3937 007874 015748 031496...

1/39.37 = 0.0254 000508 001016 002032...

The reciprocal of each contains the other as its starting digits because their product is just shy of a power of 10. Each subsequent block of 6 digits is multiplied by 2 because the product is a power of 10 times (106-2). For more of this type of decimal fraction, see my separate article, Fractions with Special Digit Sequences; see also 89, 998, 9801, 9899, and 997002999.

The same numbers in a slightly different form (254/2=127 and 3937×4/254=62), and the connections to 999998, cause the interesting repeating digits of the square root of 62.

Source: David Wilson, via math-fun114

100

100 = 13 + 23 + 33 + 43 = 102, a square and also a sum of consecutive cubes. If you add more cubes, the results are always squares: 100+53 = 225 = 152; 225+63 = 441 = 212; 441+73 = 784 = 282, and so on. These numbers (1, 9, 36, 100, 225, 441, 784, ...) are "hyper-pyramidal" numbers (OEIS sequence A0537 or MCS3872). Their square roots (1, 3, 6, 10, 15, 21, 28, ...) are the triangular numbers.

(a hundred)

For many people, 100 is the first number they ever thought of as being "really really big". It probably also held (if only for a brief period) the title of "biggest number I've ever heard of". As bigger numbers are learned (perhaps thousand and then million) 100 becomes simply "big". After 100, 1000 and 1000000, the answer to "what's the biggest number you've heard of?" will usually be one or more of: billion, trillion, Avagadro's number, googol and googolplex. See the table of big number names.

101

The first 3-digit prime number.

To test for divisibility by 101, take the digits of the number in groups of 4 starting from the right, and add the resulting numbers together. If the result is more than 4 digits, repeat the process. If the resulting number is of the form ABAB or A0A (like 2727, 4242 or 808) the original number is divisible by 101. (This test works because of the casting out 9's principle and because 101 is a factor of 9999.) See also 1001.

101 is the smallest integer whose reciprocal has a 4-digit repeating decimal, 1/101 = 0.0099009900990099...

103

The 27th prime.

104

(area of a golden rectangle)

104 is 8×13, the product of two consecutive Fibonacci numbers. These numbers are called "golden rectangle numbers"; a rectangle with two consecutive Fibonacci numbers as sides approximates the ideal Golden Rectangle whose aspect ratio is exactly phi. The golden rectangle numbers are: 1, 2, 6, 15, 40, 104, 273, 714, 1870, 4895, 12816, 33552, 87841, 229970, 602070, ... (Sloane's A1654; my MCS100945). You can generate them by multiplying Fibonacci numbers, or by the iterative definition: A0 = 0; A1 = 0; A2 = 1; AN+1 = 2 AN + 2 AN-1 - AN-2.

105

(7 double factorial)

If you calculate a factorial but leave half the numbers out, you get a (somewhat misnamed) "double factorial". 105 is 7 double factorial (sometimes written "7!!") because 105=7×5×3×1. The double factorials are: 1, 2, 3, 8, 15, 48, 105, 384, 945, 3840, 10395, 46080, 135135, 645120, 2027025, ... (OEIS sequence A6882).

Odd numbers can be expressed as a difference of squares, and if they're composite (but not the square of a prime) this can be done in multiple ways. This is done by expressing the odd number as a product of two odd numbers and then changing that to (a+b)(a-b) = a2-b2. For example,

105 = 1×105 = (53-52)(53+52) = 532-522
       = 3×35 = (19-16)(19+16) = 192-162
       = 5×21 = (13-8)(13+8) = 132-82
       = 7×15 = (11-4)(11+4) = 112-42

105 is the smallest odd number for which this can be done in 4 different ways. The odd numbers that set a new record in this way are: 15, 45, 105, 315, 945, 1575, 2835, 3465, 10395, 17325, 31185, 45045, 121275, 135135, 225225, 405405, 675675, ... (related to Sloane's A53624). See also 96.

107

(the Lin-Rado busy beaver S() function)

107 is the maximum number of steps that a 4-state, 5-tuple Turing machine can make, on an initially blank tape, before halting. The busy beaver problem was introduced by Lin and Rado in 1965, who showed that the maximum number of steps for 1, 2, and 3-state machines is 1, 6 and 21 respectively. The maximum for 4 states was shown in 1983 by Allan Brady. This is not a trivial task as the number of possible Turing machines increases exponentially — there are 25600000000=2.56×1010 different 4-state machines. Brady had to thoroughly investigate many of them using sophisticated pattern-matching techniques to prove that they would never halt. The answers for higher numbers of states are not known. For 5 states it is at least 47176870, and for 6 states an astounding 2.5×102879. There is more on this topic here. See also 1.29149×10865 and 10107.46115084×1016477.

108

108 is 33×22×11, or 27×4. Numbers of this form are sometimes called hyperfactorials.

Hyperfactorials and the K-function

The hyperfactorials are: 1, 4, 108, 27648, 86400000, 4031078400000, 3319766398771200000, 55696437941726556979200000, ... (Sloane's A2109). The hyperfactorials can be extended to the real numbers, the result is the K-function, which is related to Barnes' G-function, the Gamma function and the Riemann Zeta function. n hyperfactorial is equivalent to K(n+1). There is an infinite series:

K(n+1) = (21/3Pn)1/12n((n+1)!/(2(n-1)!)) × e^{[n2/4 + 1/12 - B4/(2×3×4×n2) - B6/(4×5×6×n4) - B8/(6×7×8×n6) - ... ]}

where BN are the Bernoulli numbers, P is 22/3π×egamma-1-Z'(2)/Z(2), gamma is the Euler-Mascheroni constant, Z is the Riemann Zeta function and Z' is its derivative.

For sufficiently large values, an approximation is given by:

K(n+1) ≈ A nn2/2+n/2+1/12e-n2/4

where A is the Glaisher-Kinkelin constant. See the MathWorld entry 87 for more on the K-function.

See also this entry, and the lower and higher superfactorials.

108 is second in the "paperfolding sequence iteration interpreted as a growing sequence of binary numbers"; see 27876.

108 occurs frequently in eastern religions. The Hindu Krishna dances with 108 gopis (cowgirls). In Buddhism, there are 108 arhat (perfected saints); the Tibetan scriptures Tanjur and Kanjur have 108 parts; at Japanese Buddhist temples, on New Year's Eve at midnight, a special bell is rung 108 times (once for each type of evil in the world). See also 1080.

110

A number I have occasionally heard referred to as "eleventy". Most well-known is the "eleventy-first" birthday party for Bilbo in Tolkien's Lord of the Rings (By the way, there were several organised events honoring Tolkien's own eleventy-first birthday on Jan 3rd, 2003). I have also heard "eleventy billion" used as a jocular term for zillion.

111

(repunits)

111 is the magic constant of a 6×6 magic square; since the square has 6 rows, the sum of all numbers in the square is 666. See also 15, 34, 65, 153, 176, 177, 1665, 3051, 6561, 616617.

111 is the next repunit after 11. A repunit is simply a number that consists of the digit 1 repeated. The term repdigit is used to refer to these plus numbers like 666 and 999999 that consist of some other digit repeated. These numbers were first discussed in Albert Beiler's 1966 book, Recreations in the Theory of Numbers (appropriately, in chapter 11). The shorthand Rn is used to refer to the repunit with n 1's. Repunits are the subject of a few conjectures and much recreational investigation. For example, which ones are prime? It is easy to show that Rn is prime only if n is prime — just divide by another repunit Rf where f is a factor of n. For example, R4=1111 can be divided by R2=11: 1111=101×11. The opposite need not be true — just because n is prime, does not mean that Rn is prime. For example, 111=3×37, and R5=11111 = 41×271. It has been shown that R2, R19, R23, R317 and R1031 are the only prime repunits smaller than 1010000. That's about as high as we can go at present. In addition, R49081, R86453 and R109297 are considered probable primes. See also 12345654321 and 2.25573...×1015599.

111 is the atomic number of the element below gold on the periodic table. Given the nickname eka-gold (after Mendeleev's names for elements he predicted and were later discovered), this element was first synthesised in 1994. Its most stable isotope has a half-life of 3.6 seconds. In 2004 it was officially given the name Roentgenium, after Roentgen, the physicist who discovered X-rays and received the first Nobel prize in physics. It is now possible to continue Hofstatder's amusing recursive story (pp. 103-126 of Gödel, Escher, Bach) one level deeper:

Meta-Meta-Genie: I'll have to send it through Channels, of course. One quarter of a moment, please... (And, twice as quickly as the Meta-Genie did, this Meta-Meta-Genie removes from the folds of his robe an object which looks just like the gold Meta-Meta-Lamp, except that it is made of Roentgenium, and it has "MMML" etched on it in even smaller letters, so as to cover the same area.)

Voice-of-Achilles: (another octave higher than before) And what is that?

Meta-Meta-Genie: This is my Meta-Meta-Meta-Lamp... (He rubs the Meta-Meta-Meta-Lamp, and a huge puff of smoke appears. In the billows of smoke, they can all make out a ghostly form towering above them.)

Meta-Meta-Meta-Genie: I am the Meta-Meta-Meta-Genie. You summoned me, O Meta-Meta-Genie? What is your wish?

[and so on...]

See also 82.

112

The pluperfect square is a square of size 112×112 that has been divided into smaller squares, all of different integer sizes. It is popularly known from Martin Gardner's maths column in Scientific American in 1978; and discovered by A.J.W. Duijvestijn. Numberphile has a video on the topic, Squared Squares. See also 4205.

In an early published statement[133] of the four fours problem, it was stated that one could get as high as 112 using the standard rules (square roots allowed, concatenation e.g. two 4's make 44; decimal points e.g. two 4's make 4/.4 = 10), but without subfactorials; see also 39 and 877.

The hundredweight is a unit of weight equal to 112 pounds. I am told (by Chris Cotter) that sometime around the 1300's, this name was given to a unit of weight equal to 1/20 of a ton, which is called a "quintal" or a "zentner" in other languages. Since a ton (also called long ton for clarity) was 2240 pounds, the quintal is 112. There is also an "old" hundredweight of 108 pounds. The name has "hundred" in it because it is kind of close to a hundred; abbreviations for hundredweight include the letter C from the Roman numeral for 100.

113

113 is called a permutable prime because you can rearrange its digits in any order and get a prime: 113, 131 and 311 are all prime. 199 and 337 also have this property; it is thought that all larger ones are repunit primes (the largest known being 1.111111...×101031).

118

There are 118 "ridges" around the edge of a U.S. dime (10-cent coin). The ridges are there to prevent shaving off bits of metal (which would make the coin's edge smooth, and easy to detect as having been shaved); this was of greater importance when the coins were silver. See also 119.

119

The aliquot sequence of 119 is: 119, 25, 6, 6, 6, ... Because its sequence ends in a perfect number, but the number itself is not perfect, 119 is called an "aspiring" number.

There are 119 "ridges" around the edge of a U.S. quarter (25-cent coin) (see 118 for more)

119.9169832

A value seen in the old (pre-2019) definition of the impedance of free space. When electromagnetic waves travel in a vacuum, there is an electric field and a magnetic field, both oscillating at the same frequency and mutually creating/nullifying each other. The ratio of the strengths of these fields (in volts per metre and in amperea per metre respectively) is in units of ohms, and was defined to be exactly 119.9169832 π.

120

120 is a value of (3n-3)/2, (Sloane's A29858; my MCS1979): 3, 12, 39, 120, 363, 1092, 3279, 9840, 29523, 88572, 265719, 797160, 2391483, 7174452, ... These numbers are sometimes involved in weighing problems (see 121) and are the denominators in the fractions discussed here.

Multiply-Perfect Numbers

120 is the smallest K-fold-perfect number for K=3, also called a 3-perfect, triperfect, or a multiply perfect number. Its proper divisors add up to 2 times the number itself: 1+2+3+4+5+6+8+10+12+15+20+24+30+40+60=240. (By contrast, for an ordinary perfect number, the sum of proper divisors is equal to the number: 6 is perfect, and its proper divisors are 1, 2, and 3; 1+2+3=6).

This nomenclature contradicts the original classical distinctions of "deficient", "perfect" and "abundant" (see 496) because for the purposes of these "multiply perfect" numbers, the sum of all divisors (not just proper divisors) is taken. The original sense of "perfect number" is thus renamed "2-fold perfect", "2-perfect", or something similar. Thus, 120 counts as a divisor of itself, and the sum is computed as 1+2+3+4+5+6+8+10+12+15+20+24+30+40+60+120=360.

As a "3-fold perfect" or "triperfect" number, 120 is followed by 672 and 523776 (OEIS sequence A5820); only six are known. Multiply perfect numbers are known for N as high as 11. See also 30240, 51001180160, and 154345556085770649600.

120 = 2×3×4×5 = 4×5×6, the smallest number that can be expressed as a product of consecutive integers in two distinct ways. See 720 for more on this, also 210, 5040, 175560, 17297280 and 19958400.

Permutations

Because 120 is a factorial, it counts the number of ways N distinguishable objects can be arranged in a row (where in this case N=5):

12345 12354 12435 12453 12534 12543    13245 13254 13425 13452 13524 13542
14235 14253 14325 14352 14523 14532    15234 15243 15324 15342 15423 15432
21345 21354 21435 21453 21534 21543    23145 23154 23415 23451 23514 23541
24135 24153 24315 24351 24513 24531    25134 25143 25314 25341 25413 25431
31245 31254 31425 31452 31524 31542    32145 32154 32415 32451 32514 32541
34125 34152 34215 34251 34512 34521    35124 35142 35214 35241 35412 35421
41235 41253 41325 41352 41523 41532    42135 42153 42315 42351 42513 42513
43125 43152 43215 43251 43512 43521    45123 45132 45213 45231 45312 45321
51234 51243 51324 51342 51423 51432    52134 52143 52314 52341 52413 52431
53124 53142 53214 53241 53412 53421    54123 54132 54213 54231 54312 54321

121

121 is 112, and also a sum of powers of 3: 81+27+9+3+1 = 121. All the numbers from 1 to 121 can be expressed by adding or subtracting these 5 powers of 3 — for example, 58 = 81-27+3+1. 121 is a member of the series (Sloane's A3462; my MCS979) that you get by adding the first n powers of 3: 1, 4, 13, 40, 121, 364, 1093, 3280, 9841, 29524, 88573, 265720, 797161, 2391484, 7174453, 21523360, 64570081, ... In general each is (3n-1)/2 for some value of n.

These cumulative sums of powers of 3 are involved in some old math problems involving weighing and an integer of the form (3n-1)/2 (or in a few cases, (3n-3)/2 or (3n+1)/2). One such problem states, "how many weights do you need to be able to weigh things up to 40 ounces on a two-pan balance?" (The answer is 4 weights, of 1, 3, 9, and 27 ounces). Another states, "how many weighings do you need to determine which one of 13 coins is of a different weight, if you know for certain that only one is different?" (The answer is three weighings; you start by comparing two groups of 4.41)

121 is a Friedman number.

the binomial theorem

121 is an illustration of the binomial theorem. The digits of 121 are the same as the 3rd row of Pascal's triangle. And "112=121" in any base larger than base 2 (where you get "1001"). (See also 81)

122

The number of classification-systems for 7 object types. This value for N=7 was known in 1979, but determining the number for N=8 was so difficult it was not computed until thirty years later, in 2009. See 1015 and my A005646 page.

122 is the oldest age reached by any living person in modern recorded history. Jeanne Calment was born in 1875 and lived until 1997. Her age at death was 44724 days.

125

This is 53. The powers of 5 are: 1, 5, 25, 125, 625, 3125, 15625, 78125, 390625, ... . If you learn these you also learn the powers of 1/2, because 1/2N = 5N/10N: 1/2 is 0.5, 1/4=0.25, 1/8=0.125, 1/16=0.0625, and so on. Starting with 25 they all end in "25", and the alternation of 125/625 continues indefinitely. The last 4 digits repeat in a cycle of 4: 0625, 3125, 5625, 8125. The last 5 digits repeat in a cycle of 8, the last 6 repeat in a cycle of 16, and so on. Patterns like this can be used to determine the trailing digits of certain huge numbers (see for example 272727).

126

Friedman numbers

126 is a number that can be formed from an expression made from its own digits: 6×21=126. Other such numbers include: 25=52, 121=112, 125=51+2, and so on. They are described in [173], OEIS sequence A36057, and the Wikipedia article on Friedman number.

See also 135, 343, and 347.

127

(a Mersenne number)

127 is 27 - 1, an example of a number of the form 2P - 1 where P is prime. All such numbers are called Mersenne numbers, but most are not prime. For example, the next Mersenne number after 127 is 211 - 1, which is 2047, but 2047 = 23 × 89, not a prime.

If a Mersenne number is prime (as is the case for 127) it is called a Mersenne prime. Here is a list of all known Mersenne primes, and this is the current record.

127 also has the special property that 2127-1 is also prime, see that entry for more.

Nth Term Sequences

Given a sequence S, you can create another sequence T by starting with T0 as the first term of S, then T1 = the T0th term of S, T2 = the T1th term of S, and so on. The Ackermann function consists of sequences of this type.

127 is a member of the sequence you get when you do this using the prime numbers for S: The 1st prime is 2, the 2nd prime is 3, the 3rd prime is 5, the 5th prime is 11, and the 11th prime is 31 — Continuing this process, you get: 127, 709, 5381, 52711, 648391, 9737333, 174440041, 3657500101, ... (Sloane's A7097) Each number Tn is approximately equal to ln(Tn-1) times Tn-1. This sequence grows slower than any exponential sequence An = Kn for K>1, but faster than any fixed-power sequence Bn = nK for K>1.

See also 8127.

128 = 27

All numbers larger than 128 can be expressed as the sum of two or more distinct squares.

There no larger powers of two for which all of the digits are also powers of two.

128 is a power of two, and therefore vaguely related to computers; also the number of a state highway in the region of Boston, USA where a lot of computer companies got their start.

Gratuitous connection to 27: Make the 7 an exponent: 27 → 27 = 128.

129

129 is a generalised Cullen number. In this table, 129 appears next to b=8 in the column for n=2, because 2×82+1 = 2×64+1 = 129.

n=2 n=3 n=4 n=5 n=6 n=7 n=8 n=9 b=2 9 25 65 161 385 897 2049 4609 b=3 19 82 325 1216 4375 b=4 33 193 1025 5121 b=5 51 376 2501 b=6 73 649 5185 b=7 99 1030 9605 b=8 129 1537 b=9 163 2188 b=10 201 3001 b=11 243 3994 b=12 289 5185 b=13 339 6592 b=14 393 8233 b=15 451 b=16 513 b=17 579 b=18 649 b=19 723 b=20 801

See also 648.

130

130 equals 12+22+52+102, the sum of the squares of its four smallest divisors 1, 2, 5, and 10. A member of the website dxdy.ru presented this problem and it was quickly answered.

Let X be a positive integer with at least 4 divisors, and assume that the sum of the squares of the smallest four divisors of X is equal to X. Fairly quickly one can see that X cannot be an odd number — because if so, all the divisors would be odd, and the sum of the 4 squares would be even. And the number cannot be a multiple of 4 either, because then either 1 or 2 of the 4 smallest divisors would be odd (1 is a divisor of every number, 2 and 4 would be divisors, and the other one of the 4 smallest divisors is either an odd prime or 8). Since the square of any odd number is 1 greater than a multiple of 4, the sum of the 4 squares would exceed a multiple of 4 by either 1 or 2, and thus the sum cannot be the same as the original number.

Thus any solution must be of the form 4N+2 for some N. That means 1 and 2 are divisors but 4 is not. The four smallest divisors would be either be (1, 2, P, 2P) for some prime P; or (1, 2, P, Q) for two different primes P and Q. The latter case is again easily ruled out because the sum of squares would be odd. Thus the sum needs to be X = 12 + 22 + P2 + (2P)2 = 5×(1+P2). Since P divides into the unknown X, it must also divide into the expression 5×(1+P2); and since (1+P2) is not divisible by P, P has to be 5. Thus there is only one solution: X=5×(1+52)=130.

(Contributed by Evegny "прлопр рпопро")

See also 50, 100, 128, 239, 325, 666, 841 and 4900.

132

132=11×12 is a multiple of 11 with 3 digits that uses each digit from 1 to 3 exactly once. 231=11×21 also satisfies this condition. With four digits, there are four solutions: 1243=11×113, 1342=11×122, 2431=11×221 and 3421=11×311. There is more about these numbers and their relation to an abstract type of "molecule" on this page.

132 is also a Catalan number.

Gratuitous connection to 27: 132=102+25 and 27=10×2+2+5.

133

The moon's phases occur on the same day of the year and the same day of the week every 133 years. 133 is 7 × 19, which is the number of days in the week multiplied by the number of years in the metonic cycle.

Gratuitous connections to 27: 1×33 = 27.

135

135 = 11 + 32 + 53, a cute arithmetical coincidence. Another example is 89 = 81 + 92. After the single-digit numbers, such numbers are fairly rare: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 89, 135, 175, 518, 598, 1306, 1676, 2427, 2646798, 12157692622039623539, ... (OEIS sequence A32799). See also 126, 153, and 3435.

Gratuitous connection to 27: 13.5+13.5=27.

137

137 is ... uh, let's see ... the prime number closest to the average of 127 and 143! But perhaps it is more notable for being almost the reciprocal of the Sommerfeld fine-structure constant.

137.035999138 ± 0.000000032

(the Sommerfeld fine-structure constant)

Main article: The number 137.035...

This is a recent (CODATA 2014) value for the fine-structure constant (or more precisely, its reciprocal), originally called the "Sommerfeld fine-structure constant" and often referred to by the Greek letter α (alpha). It is a dimensionless constant in physics.

An example of its use is seen in the Bohr Model of the atom, and specifically in the formula for the velocity of the electron in the innermost orbital (or shell with lowest energy state) according to a "classical" analysis where one considers only the effects of electric charge and ignores relativity and quantum mechanics. The electron is considered to be "orbiting" the nucleus like a planet orbiting the Sun, and the velocity of the innermost electron in its orbit turns out to be Zαc, where Z is the Atomic number and c is the speed of light. Since α is about 1/137, that means that if the nucleus had 137 protons the innermost electron would be travelling at the speed of light. When applying relativity and quantum mechanics, the formulas become more complex and the limit ends up being higher, close to atomic number 173. Above that, a bare nucleus would grab an electron out of the vacuum (see Quantum foam) causing its pair positron to be given off as radiation. In nuclear synthesis experiments that make very heavy nuclei, such positrons have been detected.

The fine-structure constant has a long-time cult following among the scientific community and quasi-scientific followers, beginning with Arthur Stanley Eddington and including some interest from more recent scientists such as Richard Feynman. The fact that it is unitless, like π, and that it is connected with the fundamental laws of subatomic physics, seems to make people think that it should have some precise (perhaps Divinely determined) mathematical value. (More details here: The Cult of 137).

See also 2.0023193043768, 1836.15267245 and 1838.6836605.

137.0359990744319454736519206830802368980220378291196412187098...

This is (ln(2+√4-sqrt(e)) - ln(3))-e, and is one of many wonderful approximations that Fine Structure cultists can find using RIES. See the number 137.035... for more.

140

The original length of a "Tweet" (message sent on Twitter). This was derived from 160 (the length limit of SMS text messaging, see that entry for more), subtracting 20 characters for use by Twitter to encode a "unique user address".

143

After learning that 32+42=52 and 33+43+53=63, one might wonder if the pattern continues in a similar way to 4th powers. But it doesn't: 34+44+54+64=74-143. See 8000.

143 is 11×13, a product of twin primes. Numbers with this property are: 15, 35, 143, 323, 899, 1763, 3599, 5183, ... (OEIS sequence A37074). This is a more specific case of a number that is a product of consecutive primes.

The last 143 digits of 143143 (or, in other words, 143143 mod 10143) is a prime number. (That's not really such a big deal, unless you consider how much effort it took someone to figure it out!)

The Minot lighthouse in Massachusetts blinks in a 1-4-3 pattern: once, then four times after a pause, then three times after another pause, then a longer pause before repeating. Seamen (or their wives on shore) would see the light and imagine it was a message from their beloved: "i love you" = 1 letter, 4 letters, 3 letters.

The legend of Aladdin and the other stories of the Arabian Nights might not be as well-known if they had been called "143 Arabian Weeks".

Gratuitous connection to 27: 101.43143 ≈ 27.004. See also MCS01. ralimon ラリモン


First page . . . Back to page 8 . . . Forward to page 10 . . . Last page (page 25)



Quick index: if you're looking for a specific number, start with whichever of these is closest:      0.065988...      1      1.618033...      3.141592...      4      12      16      21      24      29      39      46      52      64      68      89      107      137.03599...      158      231      256      365      616      714      1024      1729      4181      10080      45360      262144      1969920      73939133      4294967297      5×1011      1018      5.4×1027      1040      5.21...×1078      1.29...×10865      1040000      109152051      101036      101010100      — —      footnotes      Also, check out my large numbers and integer sequences pages.


Robert Munafo's home pages on AWS    © 1996-2024 Robert P. Munafo.    about    contact
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. Details here.
s.30