Number 133

Odd Composite Positive

one hundred and thirty-three

« 132 134 »

Basic Properties

Value133
In Wordsone hundred and thirty-three
Absolute Value133
SignPositive (+)
Is EvenNo
Is OddYes
Is PrimeNo
Is CompositeYes
Is Perfect SquareNo
Is Perfect CubeNo
Is Power of 2No
Roman NumeralCXXXIII
Square (n²)17689
Cube (n³)2352637
Reciprocal (1/n)0.007518796992

Factors & Divisors

Factors 1 7 19 133
Number of Divisors4
Sum of Proper Divisors27
Prime Factorization 7 × 19
Is Perfect NumberNo
Is AbundantNo
Is DeficientYes

Number Theory

Digit Sum7
Digital Root7
Number of Digits3
Is PalindromeNo
Is Armstrong NumberNo
Is Harshad NumberYes
Is Fibonacci NumberNo
Collatz Steps to 128
Next Prime 137
Previous Prime 131

Trigonometric Functions

sin(133)0.8689657562
cos(133)0.4948722204
tan(133)1.755939656
arctan(133)1.563277671
sinh(133)2.884935431E+57
cosh(133)2.884935431E+57
tanh(133)1

Roots & Logarithms

Square Root11.53256259
Cube Root5.104468722
Natural Logarithm (ln)4.890349128
Log Base 102.123851641
Log Base 27.055282436

Number Base Conversions

Binary (Base 2)10000101
Octal (Base 8)205
Hexadecimal (Base 16)85
Base64MTMz

Cryptographic Hashes

MD59fc3d7152ba9336a670e36d0ed79bc43
SHA-1d30f79cf7fef47bd7a5611719f936539bec0d2e9
SHA-256d2f483672c0239f6d7dd3c9ecee6deacbcd59185855625902a8b1c1a3bd67440
SHA-512a13f50ea24e97904c7eb23ca9c01e8f9faf3fb8e3097c47b0d6849fe0a3e7de48dc2797a916fdf3d68b21fc1378e7c6852b0876bfb6e182d143655f8721b12a2

Initialize 133 in Different Programming Languages

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

Fun Facts about 133

  • The number 133 is one hundred and thirty-three.
  • 133 is an odd number.
  • 133 is a composite number with 4 divisors.
  • 133 is a Harshad number — it is divisible by the sum of its digits (7).
  • 133 is a deficient number — the sum of its proper divisors (27) is less than it.
  • The digit sum of 133 is 7, and its digital root is 7.
  • The prime factorization of 133 is 7 × 19.
  • Starting from 133, the Collatz sequence reaches 1 in 28 steps.
  • In Roman numerals, 133 is written as CXXXIII.
  • In binary, 133 is 10000101.
  • In hexadecimal, 133 is 85.

About the Number 133

Overview

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

Parity and Sign

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

Primality and Factorization

133 is a composite number, meaning it has divisors other than 1 and itself. Specifically, 133 has 4 divisors: 1, 7, 19, 133. The sum of its proper divisors (all divisors except 133 itself) is 27, which makes 133 a deficient number, since 27 < 133. Most integers are deficient — the sum of their proper divisors falls short of the number itself.

The prime factorization of 133 is 7 × 19. 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 133 are 131 and 137.

Special Classifications

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

Digit Properties

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

The Base64 encoding of the string “133” is MTMz. 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 133 is 17689 (i.e. 133²), and its square root is approximately 11.532563. The cube of 133 is 2352637, and its cube root is approximately 5.104469. The reciprocal (1/133) is 0.007518796992.

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

Trigonometry

Treating 133 as an angle in radians, the principal trigonometric functions yield: sin(133) = 0.8689657562, cos(133) = 0.4948722204, and tan(133) = 1.755939656. The hyperbolic functions give: sinh(133) = 2.884935431E+57, cosh(133) = 2.884935431E+57, and tanh(133) = 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 “133” is passed through standard cryptographic hash functions, the results are: MD5: 9fc3d7152ba9336a670e36d0ed79bc43, SHA-1: d30f79cf7fef47bd7a5611719f936539bec0d2e9, SHA-256: d2f483672c0239f6d7dd3c9ecee6deacbcd59185855625902a8b1c1a3bd67440, and SHA-512: a13f50ea24e97904c7eb23ca9c01e8f9faf3fb8e3097c47b0d6849fe0a3e7de48dc2797a916fdf3d68b21fc1378e7c6852b0876bfb6e182d143655f8721b12a2. 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 133 and repeatedly applying the rule — divide by 2 if even, multiply by 3 and add 1 if odd — the sequence reaches 1 in 28 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, 133 is written as CXXXIII. 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 133 can be represented across dozens of programming languages. For example, in C# you would write int number = 133;, in Python simply number = 133, in JavaScript as const number = 133;, and in Rust as let number: i32 = 133;. 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