Notable Properties of Specific Numbers


First page . . . Back to page 2 . . . Forward to page 4 . . . Last page (page 25)


4

Another number with zillions of properties: the smallest composite, a square, the first non-Fibonacci number, a power of 2, etc.

The trivial solution of xy=xy is for x=y=2, and xy=xy=4.

4.6692016091...

The first Feigenbaum constant, commonly designated by the Greek letter delta. In the Mandelbrot set, it shows up as the ratio between each "circle" and the next smaller one in the series of "circles" on the real axis connected to the large cardioid. (Only the first of these, the one centered at -0.75, is actually a perfect circle.) For more information, click here.

The value is approximated to 7 digits by the formula π+arctan(eπ) (which is 4.6692019318...)

The second Feigenbaum constant is 2.5029078750....

5

Many properties, mostly for trivial reasons (see 3.) The third prime, a Fibonacci number, a pyramidal number, etc.

5.290316093...

This number is the highest solution to the equation ex = gamma(x+1), and corresponds to the point where the Gamma function starts to exceed the ex function.

6

A perfect number. See 496 and my largenum notes for more.

Also a triangular number, a factorial, composite, etc.

7

The smallest positive integer whose reciprocal has a pattern of more than one repeating digit: 1/7 = 0.142857142857... It is also the smallest number for which the digit sequence of 1/n is of length n-1 (the longest such a sequence can be). The next such numbers are 17, 19, 23, 29, 47, 59, 61, 97, 109, 113, ... (Sloane's integer sequence A6883). See 17 for more on this.

Tests for divisibility by 7 are difficult. About the best one I've found is as follows (demonstrated by testing 4156726):

There is another divisibility test that works as follows:

7 is considered "lucky" by many people and given much spiritual significance. The early religious and cultural use of the 7-day week almost certainly arose from the fact that the moon goes through its 4 phases in a bit over 28 days, which divides nicely into 7 days per phase. Another, different connection between moon phases and 7 is that there are 7 easily distinguishable, visible phases of the moon: waxing crescent, first-quarter, waxing gibbous, full, waning gibbous, third-quarter, waning crescent. The new moon doesn't count because you can never see it (the sun is too bright). And there is also the well-known count of the 7 moving objects in the sky: sun, moon, Mercury, Venus, Mars, Jupiter, Saturn.

8

The smallest "non-trivial" cube: 8=23=2×2×2.

When specifying directions on a map, most people choose from one of these 8 directions: north, northeast, east, southeast, south, southwest, west, and northwest. These are the 8 directions a queen or king in chess can move. The knight moves in 8 directions too, but not the same 8.

In three-dimensional space there are 8 "diagonal" ways to move, corresponding to the eight "octants" you get if you divide the three-dimensional space with three mutually-perpendicular planes.

In 4-dimensional space-time, there are 8 non-diagonal directions: up, down, left, right, forward, back, future, and past.

Apart from the trivial cases of 0 and 1, 8 is the smallest number for which the sum of the digits of its cube is equal to the number: 83 = 512, 5 + 1 + 2 = 8. The largest number with this property is 27, and it is perhaps of interest that 8 and 27 are themselves cubes.

As mentioned in the 17 entry, 8 and 9 are the only pair of consecutive integers that are nontrivial integer powers of integers. See also 25.

9

9 is the largest single-digit number. It would also be the least frequently used digit if it were not for the tendency of businesses to set prices that end with one or more 9's. In situations where the number doesn't matter much (like street or apartment numbers) it is the least frequently used.

Casting Out Nines

Because 9 is one less than the base of our number system, it is easy to see if a number is divisible by 9 by adding the digits (and repeating on the result if necessary). This process is sometimes called casting out nines. Similar processes can be developed for divisibility by 99, 999, etc. or any number that divides one of these numbers; see 11, 37 and 101 for examples.

When you were learning your multiplication tables you might have noticed that if you were dividing a 2-digit number by 9, you could check to see if the two digits add up to 9, and if they do the answer is the first digit plus 1, or 10 minus the last digit: 63 / 9 = 6 + 1 or 10 - 3. This idea can be extended to give an easy way to divide a three-digit number by 9:

1. To start with, you need to know that the number is divisible by 9: The digits must add up to 9, 18 or 27. If they don't, subtract enough from the 3-digit number so that the digits add up to 9 or 18 (the amount you subtract is the remainder that will be left over after dividing by 9.)

2. Easy case: if it ends in 0, take the first two digits divided by 9, and add a 0 to the end. For example, 540 / 9 = 60, because 54 / 9 = 6 and you add a 0. You're done.

3. Otherwise, take the first digit, followed by the last digit subtracted from 10. For example, 477 / 9 gives 43: a 4, followed by a 3 which is 10 - 7. (This obviously only works if the 3-digit number is a multiple of 9 to start with, which is why you had to subtract the remainder in step 1.)

4. If the result from step 3 is less than or equal to the first two digits of the original number, add 10 to get the answer. Since 43 is smaller than 47 (the first two digits of 477) we need to add 10 to get 53.

Another example: 819 / 9: Step 3 gives 81, but 81 is equal to the first two digits of 819 so we add 10 to get the answer, 91.

This division technique is part of my method for testing divisibility by 27.

9.869604...

π squared. In certain ancient cultures it was believed (or assumed for convenience) that π was the square root of 10.

10

10 is both a triangular and tetrahedral number. 10 is also composite, semiprime, etc.

Number of fingers on a typical human. 10 has many other cultural properties resulting from that, or indirectly through other cultural properties (the use of 10 as our base is a cultural phenomenon).

11

The number of dimensions in a superstring theory that unifies general relativity with the other benefits of string theories. 11-D superstring theory dates back to Cremmer, Julia and Scherk in 1978.

There are three ways to test for divisibility by 11.

The first, and more commonly known, is to alternately add and subtract digits starting from the right. For example, to test the number 1234 you would compute 4-3+2-1. The original number is a multiple of 11 if and only if the answer is a (positive, negative or zero) multiple of 11 (in this case we get 2, so the answer is no).

Another method is to add digits in groups of two starting (again) from the right, and repeat the process if necessary, until you get 2 identical digits (multiple of 11) or something else (not a multiple of 11). To test 51381 this way, we'd add 5+13+81 to get 99, which is two identical digits, so 51381 is a multiple of 11.

However, the third method is the most useful, because it also gives the value of the quotient. It works by repeatedly subtracting the last digit from the remaining digits: 5138-1=5137, 513-7=506, 50-6=44, 4-4=0. If this process results in 0, the original number was divisible by 11, and the sequence of last-digits gives the quotient: The last digits were 1, 7, 6 and 4 so 51381/11=4671.

The word "eleven" does not fit into the pattern of the numbers 13 to 19; the original word in Old English probably meant "one left over".

Ours go to 11!

12

The main reason why so many things are grouped in 12's (inches, months, donuts, hours) is because 12 can be divided evenly in more different ways than any other number of its size: It's divisible in 4 non-trivial ways (2, 3, 4 and 6). The next record-setter is 24 (hours in a day; case of beer), which is divisible in 6 different ways. Other popular division numbers like 60 (minutes, seconds) and 360 (angular degrees) are also factorization record-setters.

Highly Composite Numbers

Numbers that set records for number of divisors are sometimes called "highly composite" numbers (Sloane's A2182). Here are the record-setters, arranged in a way that helps illustrate a couple points mentioned later:

1                                                                                                                  
     10080
1081080
110880
12 120
1260
1441440
15120
166320
1680
180
2
20160
2162160
221760
24 240
2520 25200
27720 277200
2882880
332640
36 360 3603600
4
4324320
45360
48
498960
5040 50400
55440 554400
6 60
6486480
665280
720 720720 7207200
7560
83160
840
8648640

Some interesting things to note:

For more about highly-composite numbers, see 840, 45360, 720720, 3603600, 245044800, 278914005382139703576000, 2054221614063184107682218077003539824552559296000 and 457936×10917.

A long-standing and fairly famous problem in mathematics (the "kissing number problem") involved proving that one cannot arrange more than 12 spheres of equal size so as to touch a central sphere. It seems pretty obvious if you try it, but there is also a fair amount of space between the spheres and one could perhaps in theory work out some sort of asymmetrical arrangement that would allow a 13th sphere to be added. It was eventually proven that 12 really is the limit.

Related to the kissing problem is the sphere packing problem, which is determining how to fit the greatest number of equal-sized spheres into a given space. The familiar arrangement (seen in fruit stands for example) has each sphere touching 12 others; this was also proven to be the best possible. The fruit-stand arrangement is called a "face-centered cubic lattice packing". The typical stack of fruit in a fruit stand (usually a tetrahedron or a square pyramid) does not suggest the notion of "face-centered cubic", however they are actually equivalent (in the case of the tetrahedron stack, by rotating the entire lattice). To describe this with coordinates: spheres of radius √2/2 can be placed at every point (x,y,z) such that each of the three coordinates is an integer and the sum x+y+z is even; in such an arrangement each sphere touches 12 others. (For example, the sphere centered at the origin (0,0,0) touches four centered at (0,±1,±1), another four at (±1,0,±1) and four more at (±1,±1,0)).

A cuboctahedron is a solid with 12 vertices and 14 sides (six squares and eight triangles). This shape, along with octahedra, can be used to completely fill space in all directions; each cuboctahedron touches six other cuboctahedra. If you ignore the octahedra, the cuboctahedra line up in a cube-like grid arrangement. When this is done with cuboctahedra of just the right size, the space-filling arrangement places the centers of the cuboctahedra at every position (x,y,z) such that all three coordinates are even integers, and places the vertices at every position (x,y,z) such that one coordinate is even and the other two odd; these are exactly the same coordinates as the just-described face-centered cubic lattice sphere packing.

The word "twelve" does not fit into the pattern of the number-names 13 "thirteen" to 19 "nineteen"; the original word in Old English probably meant "two left over".

The word dozen comes (through French) from Latin duodecem ("two-ten")44 and thus is more similar to thirteen than most people realize.

13

To test a number (example 746245952673) for divisibility by 13:

Another method goes like this:

14

A square pyramidal number, and also composite.

A Rhombic dodecahedron is a three dimensional figure with 14 vertices positioned like the 8 vertices of a cube combined with the 6 vertices of an octahedron that is suitably scaled (so that all 12 of its rhomboid faces are planar). Rhombic dodecahedra can be used to completely fill space in all directions; each shares a face with 12 neighbors. The centers of the rhombic dodecahedra then coincide with the centers of spheres placed in a close packing in a symmetric, regular repeating lattice pattern with each sphere touching 12 others, a "face-centered cubic" lattice. The 4-dimensional analogue of the rhombic dodecahedron is the 24-cell.

14 is the lowest base with 'easy' divisibility tests for 5 different primes, assuming that the casting out 11's method is considered 'easy'.

In base 10 there are fairly easy tests for divisibility by the prime numbers 2, 3, 5 and 11. The lowest base with easy tests for four primes is base 6 (2, 3, 5 and 7). In base 14, you can test for divisibility by 2, 3, 5, 7 and 13.

The record-setters for this property (bases with high numbers of testable primes) are shown here. The primes in bold are tested just by looking at the last digit; the primes in the plain font are tested by the digit-addition technique (casting out 9's); the primes in italic are tested by alternate addition and subtraction (see the entry on 11 for a description):

base N prime divisors
2 2 2, 3
4 3 2, 3, 5
6 4 2, 3, 5, 7
14 5 2, 3, 5, 7, 13
34 6 2, 3, 5, 7, 11, 17
154 7 2, 3, 5, 7, 11, 17, 31
286 8 2, 3, 5, 7, 11, 13, 19, 41
714 9 2, 3, 5, 7, 11, 13, 17, 23, 31
5796 10 2, 3, 5, 7, 11, 17, 19, 23, 31, 61
18446 11 2, 3, 5, 7, 11, 13, 17, 23, 31, 43, 401
90364 12 2, 3, 5, 7, 11, 13, 19, 29, 31, 41, 53, 331
304590 13 2, 3, 5, 7, 11, 13, 17, 19, 23, 41, 53, 71, 821
1013726 14 2, 3, 5, 7, 11, 13, 17, 19, 23, 37, 41, 43, 103, 139
5617821 15 2, 3, 5, 7, 11, 13, 17, 29, 31, 37, 41, 43, 101, 107, 137
23738714 16 2, 3, 5, 7, 11, 13, 17, 19, 23, 31, 41, 47, 97, 127, 157, 173
123702370 17 2, 3, 5, 7, 11, 13, 17, 19, 29, 31, 41, 53, 73, 83, 137, 151, 797
556876530 18 2, 3, 5, 7, 11, 17, 19, 23, 29, 31, 37, 43, 67, 79, 101, 109, 167, 241
3760113566 19 2, 3, 5, 7, 11, 13, 17, 19, 31, 37, 41, 53, 61, 67, 71, 73, 131, 853, 929

Notice that all of these except 5617821 are even.

If you want the record-setters for all divisors (not just prime divisors), check the entry for 29. If you don't think the casting out 11's method should count, see the entry for 66.


First page . . . Back to page 2 . . . Forward to page 4 . . . 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 HostMDS   (c) 1996-2010 Robert P. Munafo.   about   contact

This work is licensed under a Creative Commons Attribution 2.5 License. Details here s.13