HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
and
combinatorics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many a ...
, a centered hexagonal number, or hex number, is a centered figurate number that represents a
hexagon In geometry, a hexagon (from Greek , , meaning "six", and , , meaning "corner, angle") is a six-sided polygon. The total of the internal angles of any simple (non-self-intersecting) hexagon is 720°. Regular hexagon A '' regular hexagon'' has ...
with a dot in the center and all other dots surrounding the center dot in a
hexagonal lattice The hexagonal lattice or triangular lattice is one of the five two-dimensional Bravais lattice types. The symmetry category of the lattice is wallpaper group p6m. The primitive translation vectors of the hexagonal lattice form an angle of 120� ...
. The following figures illustrate this arrangement for the first four centered hexagonal numbers: : Centered hexagonal numbers should not be confused with cornered hexagonal numbers, which are figurate numbers in which the associated hexagons share a vertex. The sequence of hexagonal numbers starts out as follows : : 1, 7, 19, 37, 61, 91, 127,
169 Year 169 ( CLXIX) was a common year starting on Saturday (link will display the full calendar) of the Julian calendar. At the time, it was known as the Year of the Consulship of Senecio and Apollinaris (or, less frequently, year 922 ''Ab urbe co ...
, 217, 271, 331, 397, 469, 547, 631, 721, 817, 919.


Formula

The th centered hexagonal number is given by the formula :H(n) = n^3 - (n-1)^3 = 3n(n-1)+1 = 3n^2 - 3n +1. \, Expressing the formula as :H(n) = 1+6\left(\frac\right) shows that the centered hexagonal number for is 1 more than 6 times the th triangular number. In the opposite direction, the ''index'' corresponding to the centered hexagonal number H = H(n) can be calculated using the formula :n=\frac. This can be used as a test for whether a number is centered hexagonal: it will be if and only if the above expression is an integer.


Recurrence and generating function

The centered hexagonal numbers H(n) satisfy the recurrence relation :H(n+1) = H(n) + 6n. From this we can calculate the generating function F(x) = \sum_ H(x) x^n. The generating function satisfies :F(x) = x + xF(x) + \sum_ 6n x^n. The latter term is the
Taylor series In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...
of \frac - 6x, so we get :(1 - x) F(x) = x + \frac - 6x = \frac and end up at :F(x) = \frac.


Properties

In base 10 one can notice that the hexagonal numbers' rightmost (least significant) digits follow the pattern 1–7–9–7–1 (repeating with period 5). This follows from the last digit of the triangle numbers which repeat 0-1-3-1-0 when taken modulo 5. In base 6 the rightmost digit is always 1: 16, 116, 316, 1016, 1416, 2316, 3316, 4416... This follows from the fact that every centered hexagonal number modulo 6 (=106) equals 1. The sum of the first centered hexagonal numbers is . That is, centered hexagonal pyramidal numbers and cubes are the same numbers, but they represent different shapes. Viewed from the opposite perspective, centered hexagonal numbers are differences of two consecutive cubes, so that the centered hexagonal numbers are the
gnomon A gnomon (; ) is the part of a sundial that casts a shadow. The term is used for a variety of purposes in mathematics and other fields. History A painted stick dating from 2300 BC that was excavated at the astronomical site of Taosi is the ...
of the cubes. (This can be seen geometrically from the diagram.) In particular,
prime A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only ways ...
centered hexagonal numbers are cuban primes. The difference between and the th centered hexagonal number is a number of the form , while the difference between and the th centered hexagonal number is a pronic number.


Applications

Centered hexagonal numbers have practical applications in packing problems. They arise when packing round items into larger round containers, such as Vienna sausages into round cans, or combining individual
wire Overhead power cabling. The conductor consists of seven strands of steel (centre, high tensile strength), surrounded by four outer layers of aluminium (high conductivity). Sample diameter 40 mm A wire is a flexible strand of metal. Wire is co ...
strands into a cable.


References


See also

* Hexagonal number * Magic hexagon * Star number {{DEFAULTSORT:Centered Hexagonal Number Figurate numbers Integer sequences