Number 1001

Odd Composite Positive

one thousand and one

« 1000 1002 »

Basic Properties

Value1001
In Wordsone thousand and one
Absolute Value1001
SignPositive (+)
Is EvenNo
Is OddYes
Is PrimeNo
Is CompositeYes
Is Perfect SquareNo
Is Perfect CubeNo
Is Power of 2No
Roman NumeralMI
Square (n²)1002001
Cube (n³)1003003001
Reciprocal (1/n)0.000999000999

Factors & Divisors

Factors 1 7 11 13 77 91 143 1001
Number of Divisors8
Sum of Proper Divisors343
Prime Factorization 7 × 11 × 13
Is Perfect NumberNo
Is AbundantNo
Is DeficientYes

Number Theory

Digit Sum2
Digital Root2
Number of Digits4
Is PalindromeYes
Is Armstrong NumberNo
Is Harshad NumberNo
Is Fibonacci NumberNo
Collatz Steps to 1142
Next Prime 1009
Previous Prime 997

Trigonometric Functions

sin(1001)0.9199905976
cos(1001)-0.3919404296
tan(1001)-2.347271494
arctan(1001)1.569797326
sinh(1001)
cosh(1001)
tanh(1001)1

Roots & Logarithms

Square Root31.63858404
Cube Root10.00333222
Natural Logarithm (ln)6.908754779
Log Base 103.000434077
Log Base 29.967226259

Number Base Conversions

Binary (Base 2)1111101001
Octal (Base 8)1751
Hexadecimal (Base 16)3E9
Base64MTAwMQ==

Cryptographic Hashes

MD5b8c37e33defde51cf91e1e03e51657da
SHA-1dd01903921ea24941c26a48f2cec24e0bb0e8cc7
SHA-256fe675fe7aaee830b6fed09b64e034f84dcbdaeb429d9cccd4ebb90e15af8dd71
SHA-512e3d0e2ef3cab0dab2c12f297e3bc618f6b976aced29b3a301828c6f9f1e1aabbe6dab06e1f899c9c2ae2ca86caa330115218817f4ce36d333733cb2b4c7afde7

Initialize 1001 in Different Programming Languages

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

Fun Facts about 1001

  • The number 1001 is one thousand and one.
  • 1001 is an odd number.
  • 1001 is a composite number with 8 divisors.
  • 1001 is a palindromic number — it reads the same forwards and backwards.
  • 1001 is a deficient number — the sum of its proper divisors (343) is less than it.
  • The digit sum of 1001 is 2, and its digital root is 2.
  • The prime factorization of 1001 is 7 × 11 × 13.
  • Starting from 1001, the Collatz sequence reaches 1 in 142 steps.
  • In Roman numerals, 1001 is written as MI.
  • In binary, 1001 is 1111101001.
  • In hexadecimal, 1001 is 3E9.

About the Number 1001

Overview

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

Parity and Sign

The number 1001 is odd, which means it leaves a remainder of 1 when divided by 2. Odd numbers have distinct properties in modular arithmetic and appear frequently in number theory, combinatorics, and cryptography.As a positive number, 1001 lies to the right of zero on the number line. Its absolute value is 1001.

Primality and Factorization

1001 is a composite number, meaning it has divisors other than 1 and itself. Specifically, 1001 has 8 divisors: 1, 7, 11, 13, 77, 91, 143, 1001. The sum of its proper divisors (all divisors except 1001 itself) is 343, which makes 1001 a deficient number, since 343 < 1001. Most integers are deficient — the sum of their proper divisors falls short of the number itself.

The prime factorization of 1001 is 7 × 11 × 13. 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 1001 are 997 and 1009.

Special Classifications

Beyond basic primality, number theorists have identified many special categories that a number can belong to. 1001 is a palindromic number — it reads the same forwards and backwards. Palindromic numbers are a popular topic in recreational mathematics and appear in various unsolved problems, including the famous 196 conjecture.

Digit Properties

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

The Base64 encoding of the string “1001” is MTAwMQ==. 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 1001 is 1002001 (i.e. 1001²), and its square root is approximately 31.638584. The cube of 1001 is 1003003001, and its cube root is approximately 10.003332. The reciprocal (1/1001) is 0.000999000999.

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

Trigonometry

Treating 1001 as an angle in radians, the principal trigonometric functions yield: sin(1001) = 0.9199905976, cos(1001) = -0.3919404296, and tan(1001) = -2.347271494. The hyperbolic functions give: sinh(1001) = ∞, cosh(1001) = ∞, and tanh(1001) = 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 “1001” is passed through standard cryptographic hash functions, the results are: MD5: b8c37e33defde51cf91e1e03e51657da, SHA-1: dd01903921ea24941c26a48f2cec24e0bb0e8cc7, SHA-256: fe675fe7aaee830b6fed09b64e034f84dcbdaeb429d9cccd4ebb90e15af8dd71, and SHA-512: e3d0e2ef3cab0dab2c12f297e3bc618f6b976aced29b3a301828c6f9f1e1aabbe6dab06e1f899c9c2ae2ca86caa330115218817f4ce36d333733cb2b4c7afde7. 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 1001 and repeatedly applying the rule — divide by 2 if even, multiply by 3 and add 1 if odd — the sequence reaches 1 in 142 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.

Roman Numerals

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