digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

A Hasse diagram of divisibility relationships among the regular numbers up to 400. The vertical scale is logarithmic.[1]

Regular numbers are numbers that evenly divide powers of 60. As an example, 602 = 3600 = 48 × 75, so both 48 and 75 are divisors of a power of 60. Thus, they are also regular numbers.

The numbers that evenly divide the powers of 60 arise in several areas of mathematics and its applications, and have different names coming from these different areas of study.

  • In number theory, these numbers are called 5-smooth, because they can be characterized as having only 2, 3, or 5 as prime factors. This is a specific case of the more general k-smooth numbers, i.e., a set of numbers that have no prime factor greater than k.
  • In the study of Babylonian mathematics, the divisors of powers of 60 are called regular numbers or regular sexagesimal numbers, and are of great importance due to the sexagesimal number system used by the Babylonians.
  • In music theory, regular numbers occur in the ratios of tones in just intonation, also called 5-limit tuning for this reason.
  • In computer science, regular numbers are often called Hamming numbers, after Richard Hamming, who proposed the problem of finding computer algorithms for generating these numbers in order.

Contents

Number theory [edit]

Formally, a regular number is an integer of the form 2i·3j·5k, for nonnegative integers i, j, and k. Such a number is a divisor of \scriptstyle 60^{\max(\lceil i\,/2\rceil,j,k)}{}. The regular numbers are also called 5-smooth, indicating that their greatest prime factor is at most 5.

The first few regular numbers are

1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60, ... (sequence A051037 in OEIS).

Several other sequences at OEIS have definitions involving 5-smooth numbers.[2]

Although the regular numbers appear dense within the range from 1 to 60, they are quite sparse among the larger integers. A regular number n = 2i·3j·5k is less than or equal to N if and only if the point (i,j,k) belongs to the tetrahedron bounded by the coordinate planes and the plane

(\ln 2)i+(\ln 3)j+(\ln 5)k\le\ln N,

as can be seen by taking logarithms of both sides of the inequality 2i·3j·5k ≤ N. Therefore, the number of regular numbers that are at most N can be estimated as the volume of this tetrahedron, which is

\frac{\log_2 N\,\log_3 N\,\log_5 N}{6}.

Even more precisely, using big O notation, the number of regular numbers up to N is

\frac{\left(\ln(N\sqrt{30})\right)^3}{6\ln 2 \ln 3 \ln 5}+O(\ln\ln N).

A similar formula for the number of 3-smooth numbers up to N is given by Srinivasa Ramanujan in his first letter to G. H. Hardy.[3]

Babylonian mathematics [edit]

In the Babylonian sexagesimal notation, the reciprocal of a regular number has a finite representation, thus being easy to divide by. Specifically, if n divides 60k, then the sexagesimal representation of 1/n is just that for 60k/n, shifted by some number of places.

For instance, suppose we wish to divide by the regular number 54 = 2133. 54 is a divisor of 603, and 603/54 = 4000, so dividing by 54 in sexagesimal can be accomplished by multiplying by 4000 and shifting three places. In sexagesimal 4000 = 1×3600 + 6×60 + 40×1, or (as listed by Joyce) 1:6:40. Thus, 1/54, in sexagesimal, is 1/60 + 6/602 + 40/603, also denoted 1:6:40 as Babylonian notational conventions did not specify the power of the starting digit. Conversely 1/4000 = 54/603, so division by 1:6:40 = 4000 can be accomplished by instead multiplying by 54 and shifting three sexagesimal places.

The Babylonians used tables of reciprocals of regular numbers, some of which still survive (Sachs, 1947). These tables existed relatively unchanged throughout Babylonian times.[4]

Although the primary reason for preferring regular numbers to other numbers involves the finiteness of their reciprocals, some Babylonian calculations other than reciprocals also involved regular numbers. For instance, tables of regular squares have been found[4] and the broken cuneiform tablet Plimpton 322 has been interpreted by Neugebauer as listing Pythagorean triples ( p^2 - q^2,\, 2pq,\, p^2 + q^2 ) generated by p, q both regular and less than 60.[5]

Music theory [edit]

In music theory, the just intonation of the diatonic scale involves regular numbers: the pitches in a single octave of this scale have frequencies proportional to the numbers in the sequence 24, 27, 30, 32, 36, 40, 45, 48 of nearly consecutive regular numbers. Thus, for an instrument with this tuning, all pitches are regular-number harmonics of a single fundamental frequency. This scale is called a 5-limit tuning, meaning that the interval between any two pitches can be described as a product 2i3j5k of powers of the prime numbers up to 5, or equivalently as a ratio of regular numbers.

5-limit musical scales other than the familiar diatonic scale of Western music have also been used, both in traditional musics of other cultures and in modern experimental music: Honing & Bod (2005) list 31 different 5-limit scales, drawn from a larger database of musical scales. Each of these 31 scales shares with diatonic just intonation the property that all intervals are ratios of regular numbers. Euler's tonnetz provides a convenient graphical representation of the pitches in any 5-limit tuning, by factoring out the octave relationships (powers of two) so that the remaining values form a planar grid. Some music theorists have stated more generally that regular numbers are fundamental to tonal music itself, and that pitch ratios based on primes larger than 5 cannot be consonant.[6] However the equal temperament of modern pianos is not a 5-limit tuning, and some modern composers have experimented with tunings based on primes larger than five.

In connection with the application of regular numbers to music theory, it is of interest to find pairs of regular numbers that differ by one. There are exactly ten such pairs (x, x+1)[7] and each such pair defines a superparticular ratio (x + 1)/x that is meaningful as a musical interval. These intervals are 2/1 (the octave), 3/2 (the perfect fifth), 4/3 (the perfect fourth), 5/4 (the just major third), 6/5 (the just minor third), 9/8 (the just major tone), 10/9 (the just minor tone), 16/15 (the just diatonic semitone), 25/24 (the just chromatic semitone), and 81/80 (the syntonic comma).

Algorithms [edit]

Algorithms for calculating the regular numbers in ascending order were popularized by Edsger Dijkstra. Dijkstra (1981) attributes to Hamming the problem of building the infinite ascending sequence of all 5-smooth numbers; this problem is now known as Hamming's problem, and the numbers so generated are also called the Hamming numbers. Dijkstra's ideas to compute these numbers are the following:

  • The sequence of Hamming numbers begins with the number 1.
  • The remaining values in the sequence are of the form 2h, 3h, and 5h, where h is any Hamming number.
  • Therefore, the sequence H may be generated by outputting the value 1, and then merging the sequences 2H, 3H, and 5H.

This algorithm is often used to demonstrate the power of a lazy functional programming language, because (implicitly) concurrent efficient implementations, using a constant number of arithmetic operations per generated value, are easily constructed as described above. Similarly efficient strict functional or imperative sequential implementations are also possible whereas explicitly concurrent generative solutions might be non-trivial.[8]

In the Python programming language, lazy functional code for generating regular numbers is used as one of the built-in tests for correctness of the language's implementation.[9]

A related problem, discussed by Knuth (1972), is to list all k-digit sexagesimal numbers in ascending order, as was done (for k = 6) by Inakibit-Anu, the Seleucid-era scribe of tablet AO6456. In algorithmic terms, this is equivalent to generating (in order) the subsequence of the infinite sequence of regular numbers, ranging from 60k to 60k + 1. See Gingerich (1965) for an early description of computer code that generates these numbers out of order and then sorts them; Knuth describes an ad-hoc algorithm, which he attributes to Bruins (1970), for generating the six-digit numbers more quickly but that does not generalize in a straightforward way to larger values of k. Eppstein (2007) describes an algorithm for computing tables of this type in linear time for arbitrary values of k.

Other applications [edit]

Heninger, Rains & Sloane (2005) show that, when n is a regular number and is divisible by 8, the generating function of an n-dimensional extremal even unimodular lattice is an nth power of a polynomial.

As with other classes of smooth numbers, regular numbers are important as problem sizes in computer programs for performing the fast Fourier transform, a technique for analyzing the dominant frequencies of signals in time-varying data. For instance, the method of Temperton (1992) requires that the transform length be a regular number.

Book VIII of Plato's Republic involves an allegory of marriage centered around the highly regular number 604 = 12,960,000 and its divisors. Later scholars have invoked both Babylonian mathematics and music theory in an attempt to explain this passage.[10]

Notes [edit]

  1. ^ Inspired by similar diagrams by Erkki Kurenniemi in "Chords, scales, and divisor lattices".
  2. ^ OEIS search for sequences involving 5-smoothness.
  3. ^ Berndt, Bruce C.; Rankin, Robert Alexander, eds. (1995), Ramanujan: letters and commentary, History of mathematics 9, American Mathematical Society, p. 23, ISBN 978-0-8218-0470-4 .
  4. ^ a b Aaboe (1965).
  5. ^ See Conway & Guy (1996) for a popular treatment of this interpretation. Plimpton 322 has other interpretations, for which see its article, but all involve regular numbers.
  6. ^ Asmussen (2001), for instance, states that "within any piece of tonal music" all intervals must be ratios of regular numbers, echoing similar statements by much earlier writers such as Habens (1889). In the modern music theory literature this assertion is often attributed to Longuet-Higgins (1962), who used a graphical arrangement closely related to the tonnetz to organize 5-limit pitches.
  7. ^ Halsey & Hewitt (1972) note that this follows from Størmer's theorem (Størmer 1897), and provide a proof for this case; see also Silver (1971).
  8. ^ See, e.g., Hemmendinger (1988) or Yuen (1992).
  9. ^ Function m235 in test_generators.py.
  10. ^ Barton (1908); McClain (1974).

References [edit]

External links [edit]



Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/Regular_number — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
1000000 videos foundNext > 

How to Find the Number of Sides of a Regular Polygon Given One Angle

How to Find the Number of Sides of a Regular Polygon Given One Angle.

To find the number of sides of a regular polygon .

To find the number of sides of a regular polygon if the measure of an exterior angle is given.

Yuma tsukumo dark astral astral regular number haunted evanescence

I created this video with the YouTube Slideshow Creator (http://www.youtube.com/upload)

NTL: MMDA, pinagiisipang magpatupad ng number coding pass para sa mga regular na biker

News TV Live is GMA News TV's breaking news segment. It airs several times throughout the day on GMA News TV Channel 11, in between regular programs. For mor...

Mothership Todd's Top Ten Kettlebell Exercises. (Regular-Ass Get up) Number Ten

This is not the Turkish Get up ladies and gents, Mothership Todd shows the regular-ass get up kettlebell exercise.

The Chronicles of Stella Link: Video Blog Number 2 (Regular Version)

Here's the regular version of the blog, nothing fancy added here. The censored part is still in it, which is funny. Lots of talking about different things wi...

How To Find The Number Of Sides Of A Regular N-Gon

In this video, I show you how to find the number of sides of a regular n-gon given the measure of one of its interior angles.

The Chronicles of Stella Link: Video Blog Number 2 Regular Version (Without Scott Clips)

Made a version without the Scott clips....enjoy!

Regular Polygons With an Even Number of Sides Split Into Rhombuses

A Visual Proof by Daniel Wyllie. Here you find some original stuff: http://www.flickr.com/photos/dwyllie/

REGULAR SHOW (VOTING NUMBER 2)

1000000 videos foundNext > 

87 news items

Wisconsin Ag Connection

Wisconsin Ag Connection
Thu, 23 May 2013 04:08:05 -0700

"That means when customers call our regular number, they can get in direct contact with our various department managers through their cell phones," LaBreche said. Rauel and the McFarlanes said they are relying on their faith in God and commitment to ...

This is Gloucestershire

This is Gloucestershire
Wed, 22 May 2013 07:38:51 -0700

The Gloucester Rugby playmaker is the only regular number 10 picked by Stuart Lancaster for the Red Rose's two-Test tour against the Pumas. ​ Video: Freddie Burns on winning the Gilbert Golden Boot Award. Freddie Burns. Burns made his England debut ...

NY1

NY1
Tue, 21 May 2013 10:26:39 -0700

Metro-North officials say they are running about half of the regular number of trains for eastbound evening rush hour and hourly westbound service. Regular service will be back tomorrow. Crews have been working around the clock to repair two-thousand ...

Yahoo! Eurosport UK

Yahoo! Eurosport UK
Wed, 22 May 2013 01:16:46 -0700

If regular number seven Matty Smith fails to recover in time from a shoulder injury, the coach says he may switch Sam Tomkins from full-back, despite his remarkable scoring run which has brought him 24 tries in his last 10 matches. The action gets ...
 
Droid Life
Mon, 20 May 2013 09:29:09 -0700

I answered it and had a voice conversation in chrome. The cool thing was he wasn't using hangouts, he was calling from his regular number on his iphone. Cody. As soon as Hangouts supports SMS (I know google said it's coming) i'll make a full on switch ...
 
FootballFanCast.com
Tue, 21 May 2013 03:13:00 -0700

Camp, who has made three appearances for the club since joining in January, will also leave now that regular number one John Ruddy is back to full fitness. Defenders Marc Tierney, who is joining Bolton, and Elliott Ward, Derby-bound striker Chris ...

BBC Sport

BBC Sport
Mon, 20 May 2013 03:05:39 -0700

Arestidou made six starts in 2012-13, spending most of the campaign as back-up to regular number one Barry Roche. Defender Doyle, plus midfield pair McGee and Mwasile, were all handed their first Football League starts by boss Jim Bentley last season.
 
The Age
Sat, 18 May 2013 07:33:19 -0700

There is not a regular number; it can be as high as 14, I think, as it was in 2007-08 and this year so far there has been 12.'' In addition to the 14 deaths in 2007-08, Justice Department statistics show eight prisoners died each year during 2008-09 ...
Loading

Oops, we seem to be having trouble contacting Twitter

Talk About Regular number

You can talk about Regular number with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!