Digital root
Repeated digital sum
Nº Q2532474 ★
Común · Saberes
Digital root
Repeated digital sum
The digital root (also repeated digital sum) of a natural number in a given radix is the (single digit) value obtained by an iterative process of summing digits, on each iteration using the result from the previous iteration to compute a digit sum. The process continues until a single-digit number is reached.
Último precio
—
Precio mínimo
—
Mediana 7 d
—
Ventas 30 d
0
Rango 30 d
—
En circulación
0
Cotización
mediana
mín – máx
ventas
Sin ventas en el periodo
Ver tabla
| Fecha | mediana | Mín | Máx | ventas |
|---|
Historial de ventas
- Última venta
- —
- Media 30 d
- —
- Mínimo 30 d
- —
- Máximo 30 d
- —
- Ventas 7 d
- 0
- Ventas 30 d
- 0
Aún no hay ventas.
Ventas anónimas: sin comprador ni vendedor. Las cifras solo cuentan ventas entre jugadores.
En Wikipedia
Texto en inglés Aún no hay artículo en tu idioma: extracto en inglés.
The digital root (also repeated digital sum) of a natural number in a given radix is the (single digit) value obtained by an iterative process of summing digits, on each iteration using the result from the previous iteration to compute a digit sum. The process continues until a single-digit number is reached. For example, in base 10, the digital root of the number 12345 is 6 because the sum of the digits in the number is 1 + 2 + 3 + 4 + 5 = 15, then the addition process is repeated for the resulting number 15, so that the sum of 1 + 5 equals 6, which is the digital root of that number. In base 10, this is equivalent to taking the remainder upon division by 9 (except when the digital root is 9, where the remainder upon division by 9 will be 0), which allows it to be used as a divisibility rule. The formula for the function d r b : N → ⋃ k = 0 b − 1 { k } , b ∈ N ⩾ 2 {\displaystyle \mathrm {dr} _{b}:\mathbb {N} \rightarrow \mathop {\bigcup } _{k=0}^{b-1}\{k\},\quad b\in \mathbb {N} _{\geqslant 2}} is expressed as: d r b ( n ) := { 0 n = 0 1 + ( ( n − 1 ) mod ( b − 1 ) ) n > 0 {\displaystyle \mathrm {dr} _{b}(n):={\begin{cases}0&n=0\\1+((n-1){\bmod {(}}b-1))&n>0\end{cases}}} .
Texto: Wikipedia en inglés, CC BY-SA 4.0. ·