Jump to content

Decagonal number: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Reverted edits by 220.245.26.155 (talk) using MWT
redundant
 
(38 intermediate revisions by 30 users not shown)
Line 1: Line 1:
A '''decagonal number''' is a figurate number that extends the concept of [[triangular number|triangular]] and [[square number]]s to the [[decagon]] (a ten-sided polygon). However, unlike the triangular and square numbers, the patterns involved in the construction of decagonal numbers are not rotationally symmetrical. Specifically, the ''n''th decagonal numbers counts the dots in a pattern of ''n'' nested decagons, all sharing a common corner, where the ''i''th decagon in the pattern has sides made of ''i'' dots spaced one unit apart from each other. The ''n''-th decagonal number is given by the following formula
A '''decagonal number''' is a [[figurate number]] that represents a [[decagon]]. The decagonal number for <math>n</math> is given by the formula
: <math>d_n = 4n^2 - 3n</math>.
The first few decagonal numbers are:
: [[0 (number)|0]], [[1 (number)|1]], [[10 (number)|10]], [[27 (number)|27]], [[52 (number)|52]], [[85 (number)|85]], [[126 (number)|126]], [[175 (number)|175]], [[232 (number)|232]], [[297 (number)|297]], 370, 451, 540, 637, 742, 855, 976, [[1105 (number)|1105]], 1242, 1387, 1540, [[1701 (number)|1701]], 1870, 2047, 2232, 2425, 2626, 2835, 3052, 3277, 3510, 3751, [[4000 (number)|4000]], 4257, 4522, 4795, 5076, 5365, 5662, 5967, 6280, 6601, 6930, 7267, 7612, 7965, 8326 {{OEIS|id=A001107}}.


The ''n''th decagonal number can also be calculated by adding the square of ''n'' to thrice the (''n''−1)th [[pronic number]] or, to put it algebraically, as
<math>4n^2 - 3n</math>
: <math>D_n = n^2 + 3\left(n^2 - n\right)</math>.


== Properties ==
with <math>n > 0</math>. The first few decagonal numbers are


* Decagonal numbers consistently alternate [[Even and odd numbers#Parity in mathematics|parity]].
[[1 (number)|1]], [[10 (number)|10]], [[27 (number)|27]], [[52 (number)|52]], [[85 (number)|85]], [[126 (number)|126]], [[175 (number)|175]], 232, 297, 370, 451, 540, 637, 742, 855, 976, 1105, 1242, 1387, 1540, 1701, 1870, 2047, 2232, 2425, 2626, 2835, 3052, 3277, 3510, 3751, [[4000 (number)|4000]], 4257, 4522, 4795, 5076, 5365, 5662, 5967, 6280, 6601, 6930, 7267, 7612, 7965, 8326, 8695, 9072, 9457, 9850 {{OEIS|id=A001107}}
* <math>D_n</math> is the sum of the first <math>n</math> natural numbers congruent to 1 mod 8.

* <math>D_n</math> is number of divisors of <math>48^{n-1}</math>.
The decagonal number for ''n'' can also be calculated by adding the square of ''n'' to thrice the (''n'' - 1)th [[pronic number]], or to put it algebraically, <math>D_n = n^2 + 3(n^2 - n)</math>.
* The only decagonal numbers that are square numbers are 0 and 1.

* The decagonal numbers follow the following recurrence relations:
Decagonal numbers consistently alternate [[Even and odd numbers#Parity_in_mathematics|parity]].
:<math>D_n=D_{n-1}+8n-7 , D_0=0</math>
:<math>D_n=2D_{n-1}-D_{n-2}+8, D_0=0,D_1=1</math>
:<math>D_n=3D_{n-1}-3D_{n-2}+D_{n-3}, D_0=0, D_1=1, D_2=10</math>


{{Figurate numbers}}
{{Classes of natural numbers |state=collapsed}}
{{num-stub}}
{{num-stub}}
[[Category:figurate numbers]]


[[Category:Figurate numbers]]
[[fr:Nombre décagonal]]
[[it:Numero decagonale]]
[[fi:Kymmenkulmioluku]]

Latest revision as of 18:58, 2 May 2024

A decagonal number is a figurate number that extends the concept of triangular and square numbers to the decagon (a ten-sided polygon). However, unlike the triangular and square numbers, the patterns involved in the construction of decagonal numbers are not rotationally symmetrical. Specifically, the nth decagonal numbers counts the dots in a pattern of n nested decagons, all sharing a common corner, where the ith decagon in the pattern has sides made of i dots spaced one unit apart from each other. The n-th decagonal number is given by the following formula

.

The first few decagonal numbers are:

0, 1, 10, 27, 52, 85, 126, 175, 232, 297, 370, 451, 540, 637, 742, 855, 976, 1105, 1242, 1387, 1540, 1701, 1870, 2047, 2232, 2425, 2626, 2835, 3052, 3277, 3510, 3751, 4000, 4257, 4522, 4795, 5076, 5365, 5662, 5967, 6280, 6601, 6930, 7267, 7612, 7965, 8326 (sequence A001107 in the OEIS).

The nth decagonal number can also be calculated by adding the square of n to thrice the (n−1)th pronic number or, to put it algebraically, as

.

Properties

[edit]
  • Decagonal numbers consistently alternate parity.
  • is the sum of the first natural numbers congruent to 1 mod 8.
  • is number of divisors of .
  • The only decagonal numbers that are square numbers are 0 and 1.
  • The decagonal numbers follow the following recurrence relations: