Number 21004

Even Composite Positive

twenty-one thousand and four

« 21003 21005 »

Basic Properties

Value21004
In Wordstwenty-one thousand and four
Absolute Value21004
SignPositive (+)
Is EvenYes
Is OddNo
Is PrimeNo
Is CompositeYes
Is Perfect SquareNo
Is Perfect CubeNo
Is Power of 2No
Square (n²)441168016
Cube (n³)9266293008064
Reciprocal (1/n)4.760997905E-05

Factors & Divisors

Factors 1 2 4 59 89 118 178 236 356 5251 10502 21004
Number of Divisors12
Sum of Proper Divisors16796
Prime Factorization 2 × 2 × 59 × 89
Is Perfect NumberNo
Is AbundantNo
Is DeficientYes

Number Theory

Digit Sum7
Digital Root7
Number of Digits5
Is PalindromeNo
Is Armstrong NumberNo
Is Harshad NumberNo
Is Fibonacci NumberNo
Collatz Steps to 130
Goldbach Partition 3 + 21001
Next Prime 21011
Previous Prime 21001

Trigonometric Functions

sin(21004)-0.6353656217
cos(21004)0.7722114521
tan(21004)-0.8227871005
arctan(21004)1.570748717
sinh(21004)
cosh(21004)
tanh(21004)1

Roots & Logarithms

Square Root144.9275681
Cube Root27.59099335
Natural Logarithm (ln)9.952468175
Log Base 104.32230201
Log Base 214.35837648

Number Base Conversions

Binary (Base 2)101001000001100
Octal (Base 8)51014
Hexadecimal (Base 16)520C
Base64MjEwMDQ=

Cryptographic Hashes

MD5fada60ac427a94ddc93f9554c523f402
SHA-12c8bf122767f18b0b539a39dee10f4af3c93c092
SHA-2560d2575a1b321140524c27b90663264a1e16bf8be94cda6e0c0a53138b9a8fccc
SHA-512c269638925a311e50670ff0b539238b6ae5135056eb57d416ec118e94c9b6e48e7b228bec126242b9eca614b38cebe483f0fa52779e3b6e35f3050d9697fb7af

Initialize 21004 in Different Programming Languages

LanguageCode
C#int number = 21004;
C/C++int number = 21004;
Javaint number = 21004;
JavaScriptconst number = 21004;
TypeScriptconst number: number = 21004;
Pythonnumber = 21004
Rubynumber = 21004
PHP$number = 21004;
Govar number int = 21004
Rustlet number: i32 = 21004;
Swiftlet number = 21004
Kotlinval number: Int = 21004
Scalaval number: Int = 21004
Dartint number = 21004;
Rnumber <- 21004L
MATLABnumber = 21004;
Lualocal number = 21004
Perlmy $number = 21004;
Haskellnumber :: Int number = 21004
Elixirnumber = 21004
Clojure(def number 21004)
F#let number = 21004
Visual BasicDim number As Integer = 21004
Pascal/Delphivar number: Integer = 21004;
SQLDECLARE @number INT = 21004;
Bashnumber=21004
PowerShell$number = 21004

Fun Facts about 21004

  • The number 21004 is twenty-one thousand and four.
  • 21004 is an even number.
  • 21004 is a composite number with 12 divisors.
  • 21004 is a deficient number — the sum of its proper divisors (16796) is less than it.
  • The digit sum of 21004 is 7, and its digital root is 7.
  • The prime factorization of 21004 is 2 × 2 × 59 × 89.
  • Starting from 21004, the Collatz sequence reaches 1 in 30 steps.
  • 21004 can be expressed as the sum of two primes: 3 + 21001 (Goldbach's conjecture).
  • In binary, 21004 is 101001000001100.
  • In hexadecimal, 21004 is 520C.

About the Number 21004

Overview

The number 21004, spelled out as twenty-one thousand and four, is an even positive integer. In mathematics, every integer has a unique set of properties that define its role in arithmetic, algebra, and number theory. On this page we explore everything there is to know about the number 21004 — from its divisibility and prime factorization to its trigonometric values, binary representation, and cryptographic hashes.

Parity and Sign

The number 21004 is even, which means it is exactly divisible by 2 with no remainder. Even numbers play a fundamental role in mathematics — they form one of the two basic parity classes and appear in many divisibility rules, algebraic identities, and combinatorial arguments.As a positive number, 21004 lies to the right of zero on the number line. Its absolute value is 21004.

Primality and Factorization

21004 is a composite number, meaning it has divisors other than 1 and itself. Specifically, 21004 has 12 divisors: 1, 2, 4, 59, 89, 118, 178, 236, 356, 5251, 10502, 21004. The sum of its proper divisors (all divisors except 21004 itself) is 16796, which makes 21004 a deficient number, since 16796 < 21004. Most integers are deficient — the sum of their proper divisors falls short of the number itself.

The prime factorization of 21004 is 2 × 2 × 59 × 89. Prime factorization is essential for computing the greatest common divisor (GCD) and least common multiple (LCM), simplifying fractions, and solving problems in modular arithmetic. The nearest primes to 21004 are 21001 and 21011.

Special Classifications

Beyond basic primality, number theorists have identified many special categories that a number can belong to. The number 21004 does not belong to any of the classical special categories (perfect square, Fibonacci, palindrome, Armstrong, or Harshad), but it still possesses a unique combination of mathematical properties that distinguishes it from every other integer.

Digit Properties

The digits of 21004 sum to 7, and its digital root (the single-digit value obtained by repeatedly summing digits) is 7. The number 21004 has 5 digits in its decimal representation. Digit sums are fundamental to divisibility tests: a number is divisible by 3 if and only if its digit sum is divisible by 3, and the same holds for divisibility by 9. The digital root, also known as the repeated digital sum, has applications in casting out nines — a centuries-old technique for verifying arithmetic calculations.

Number Base Conversions

In the binary (base-2) number system, 21004 is represented as 101001000001100. Binary is the language of digital computers — every file, image, video, and program is ultimately stored as a sequence of binary digits (bits). In octal (base-8), 21004 is 51014, a system historically used in computing because each octal digit corresponds to exactly three binary digits. In hexadecimal (base-16), 21004 is 520C — hex is ubiquitous in programming for representing memory addresses, color codes (#FF5733), and byte values.

The Base64 encoding of the string “21004” is MjEwMDQ=. Base64 is widely used in web development for encoding binary data in URLs, email attachments (MIME), JSON Web Tokens (JWT), and data URIs in HTML and CSS.

Mathematical Functions

The square of 21004 is 441168016 (i.e. 21004²), and its square root is approximately 144.927568. The cube of 21004 is 9266293008064, and its cube root is approximately 27.590993. The reciprocal (1/21004) is 4.760997905E-05.

The natural logarithm (ln) of 21004 is 9.952468, the base-10 logarithm is 4.322302, and the base-2 logarithm is 14.358376. Logarithms are essential in measuring earthquake magnitudes (Richter scale), sound levels (decibels), acidity (pH), and information content (bits).

Trigonometry

Treating 21004 as an angle in radians, the principal trigonometric functions yield: sin(21004) = -0.6353656217, cos(21004) = 0.7722114521, and tan(21004) = -0.8227871005. The hyperbolic functions give: sinh(21004) = ∞, cosh(21004) = ∞, and tanh(21004) = 1. Trigonometric functions are indispensable in physics (wave motion, oscillations, alternating current), engineering (signal processing, structural analysis), computer graphics (rotations, projections), and navigation (GPS, celestial mechanics).

Cryptographic Hashes

When the string “21004” is passed through standard cryptographic hash functions, the results are: MD5: fada60ac427a94ddc93f9554c523f402, SHA-1: 2c8bf122767f18b0b539a39dee10f4af3c93c092, SHA-256: 0d2575a1b321140524c27b90663264a1e16bf8be94cda6e0c0a53138b9a8fccc, and SHA-512: c269638925a311e50670ff0b539238b6ae5135056eb57d416ec118e94c9b6e48e7b228bec126242b9eca614b38cebe483f0fa52779e3b6e35f3050d9697fb7af. Cryptographic hashes are one-way functions that produce a fixed-size output from any input. They are used for data integrity verification (detecting file corruption or tampering), password storage (storing hashes instead of plaintext passwords), digital signatures, blockchain technology (Bitcoin uses SHA-256), and content addressing (Git uses SHA-1 to identify objects).

Collatz Conjecture

The Collatz conjecture (also known as the 3n + 1 problem) is one of the most famous unsolved problems in mathematics. Starting from 21004 and repeatedly applying the rule — divide by 2 if even, multiply by 3 and add 1 if odd — the sequence reaches 1 in 30 steps. Despite its simplicity, no one has been able to prove that this process always terminates for every starting number, and the conjecture remains open since it was first proposed by Lothar Collatz in 1937.

Goldbach’s Conjecture

According to Goldbach’s conjecture, every even integer greater than 2 can be expressed as the sum of two prime numbers. For 21004, one such partition is 3 + 21001 = 21004. This conjecture, proposed in 1742 by Christian Goldbach in a letter to Leonhard Euler, has been verified computationally for all even numbers up to at least 4 × 1018, but a general proof remains elusive.

Programming

In software development, the number 21004 can be represented across dozens of programming languages. For example, in C# you would write int number = 21004;, in Python simply number = 21004, in JavaScript as const number = 21004;, and in Rust as let number: i32 = 21004;. Math.Number provides initialization code for 27 programming languages, making it a handy quick-reference for developers working across different technology stacks.

Related Numbers

Nearby Numbers