Number 1104

Even Composite Positive

one thousand one hundred and four

« 1103 1105 »

Basic Properties

Value1104
In Wordsone thousand one hundred and four
Absolute Value1104
SignPositive (+)
Is EvenYes
Is OddNo
Is PrimeNo
Is CompositeYes
Is Perfect SquareNo
Is Perfect CubeNo
Is Power of 2No
Roman NumeralMCIV
Square (n²)1218816
Cube (n³)1345572864
Reciprocal (1/n)0.0009057971014

Factors & Divisors

Factors 1 2 3 4 6 8 12 16 23 24 46 48 69 92 138 184 276 368 552 1104
Number of Divisors20
Sum of Proper Divisors1872
Prime Factorization 2 × 2 × 2 × 2 × 3 × 23
Is Perfect NumberNo
Is AbundantYes
Is DeficientNo

Number Theory

Digit Sum6
Digital Root6
Number of Digits4
Is PalindromeNo
Is Armstrong NumberNo
Is Harshad NumberYes
Is Fibonacci NumberNo
Collatz Steps to 118
Goldbach Partition 7 + 1097
Next Prime 1109
Previous Prime 1103

Trigonometric Functions

sin(1104)-0.9638194957
cos(1104)-0.2665557723
tan(1104)3.615826764
arctan(1104)1.56989053
sinh(1104)
cosh(1104)
tanh(1104)1

Roots & Logarithms

Square Root33.22649545
Cube Root10.3352985
Natural Logarithm (ln)7.006695227
Log Base 103.042969073
Log Base 210.10852446

Number Base Conversions

Binary (Base 2)10001010000
Octal (Base 8)2120
Hexadecimal (Base 16)450
Base64MTEwNA==

Cryptographic Hashes

MD54da04049a062f5adfe81b67dd755cecc
SHA-1a6990ed96e2c5acac92acdcc3f83ba4e2893ad76
SHA-256d74fe97872d8a425b5263add13d51a1066bf0b2cdd5e368d316dfe31048b2104
SHA-512583fe63b2358a6a3ba05eb5b98482736155f5cf846b7c66198cb8d66e774a0daee032fd6ff57d0533e7d439c8d0c7f3d58f3f42e9732ad5edfe3cbe878d050b4

Initialize 1104 in Different Programming Languages

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

Fun Facts about 1104

  • The number 1104 is one thousand one hundred and four.
  • 1104 is an even number.
  • 1104 is a composite number with 20 divisors.
  • 1104 is a Harshad number — it is divisible by the sum of its digits (6).
  • 1104 is an abundant number — the sum of its proper divisors (1872) exceeds it.
  • The digit sum of 1104 is 6, and its digital root is 6.
  • The prime factorization of 1104 is 2 × 2 × 2 × 2 × 3 × 23.
  • Starting from 1104, the Collatz sequence reaches 1 in 18 steps.
  • 1104 can be expressed as the sum of two primes: 7 + 1097 (Goldbach's conjecture).
  • In Roman numerals, 1104 is written as MCIV.
  • In binary, 1104 is 10001010000.
  • In hexadecimal, 1104 is 450.

About the Number 1104

Overview

The number 1104, spelled out as one thousand one hundred 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 1104 — from its divisibility and prime factorization to its trigonometric values, binary representation, and cryptographic hashes.

Parity and Sign

The number 1104 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, 1104 lies to the right of zero on the number line. Its absolute value is 1104.

Primality and Factorization

1104 is a composite number, meaning it has divisors other than 1 and itself. Specifically, 1104 has 20 divisors: 1, 2, 3, 4, 6, 8, 12, 16, 23, 24, 46, 48, 69, 92, 138, 184, 276, 368, 552, 1104. The sum of its proper divisors (all divisors except 1104 itself) is 1872, which makes 1104 an abundant number, since 1872 > 1104. Abundant numbers are integers where the sum of proper divisors exceeds the number.

The prime factorization of 1104 is 2 × 2 × 2 × 2 × 3 × 23. 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 1104 are 1103 and 1109.

Special Classifications

Beyond basic primality, number theorists have identified many special categories that a number can belong to. 1104 is a Harshad number (from Sanskrit “joy-giver”) — it is divisible by the sum of its digits (6). Harshad numbers connect divisibility theory with digit-based properties of integers.

Digit Properties

The digits of 1104 sum to 6, and its digital root (the single-digit value obtained by repeatedly summing digits) is 6. The number 1104 has 4 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, 1104 is represented as 10001010000. 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), 1104 is 2120, a system historically used in computing because each octal digit corresponds to exactly three binary digits. In hexadecimal (base-16), 1104 is 450 — hex is ubiquitous in programming for representing memory addresses, color codes (#FF5733), and byte values.

The Base64 encoding of the string “1104” is MTEwNA==. 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 1104 is 1218816 (i.e. 1104²), and its square root is approximately 33.226495. The cube of 1104 is 1345572864, and its cube root is approximately 10.335299. The reciprocal (1/1104) is 0.0009057971014.

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

Trigonometry

Treating 1104 as an angle in radians, the principal trigonometric functions yield: sin(1104) = -0.9638194957, cos(1104) = -0.2665557723, and tan(1104) = 3.615826764. The hyperbolic functions give: sinh(1104) = ∞, cosh(1104) = ∞, and tanh(1104) = 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 “1104” is passed through standard cryptographic hash functions, the results are: MD5: 4da04049a062f5adfe81b67dd755cecc, SHA-1: a6990ed96e2c5acac92acdcc3f83ba4e2893ad76, SHA-256: d74fe97872d8a425b5263add13d51a1066bf0b2cdd5e368d316dfe31048b2104, and SHA-512: 583fe63b2358a6a3ba05eb5b98482736155f5cf846b7c66198cb8d66e774a0daee032fd6ff57d0533e7d439c8d0c7f3d58f3f42e9732ad5edfe3cbe878d050b4. 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 1104 and repeatedly applying the rule — divide by 2 if even, multiply by 3 and add 1 if odd — the sequence reaches 1 in 18 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 1104, one such partition is 7 + 1097 = 1104. 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.

Roman Numerals

In the Roman numeral system, 1104 is written as MCIV. Roman numerals originated in ancient Rome and use combinations of letters (I, V, X, L, C, D, M) with subtractive notation for certain values. They remain in use today on clock faces, in book chapters, film sequels, and formal outlines.

Programming

In software development, the number 1104 can be represented across dozens of programming languages. For example, in C# you would write int number = 1104;, in Python simply number = 1104, in JavaScript as const number = 1104;, and in Rust as let number: i32 = 1104;. 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