409
409 is the HTTP status code Conflict — the request is valid but clashes with the resource's current state.
- Odd
- Prime
Where 409 fits
Why 409 is special
409 is the code for two people editing the same thing. It signals that the request would have worked a moment ago but the resource has since changed, so the client must reconcile rather than retry blindly. It is the HTTP expression of the same problem version control solves with merge conflicts.
Not just a mathematical number
409is also used in ways where ordinary arithmetic doesn't apply — each listed below with what genuinely does and doesn't follow from it.
- Mathematical number
A genuine quantity — its mathematical properties (prime, square, factors, and so on) are real facts about it.
A genuine quantity that ordinary arithmetic applies to — it can be prime, even, a perfect square, added to another number meaningfully, and so on.
- Code
Also used as a code — HTTP status codes.
An assigned identifier from a fixed registry or standard — its digits don't represent an amount, and arithmetic on it is meaningless (HTTP status 404 + 1 is not a 'better' status; it's a different, unrelated code).
409 is part of
Factors & digit properties
- Divisors (2)
- 1, 409
- Prime factorisation
- 409
- Digit sum
- 13
- Digital root
- 4
Representations
- Decimal
- 409
- Scientific notation
- 4.090 × 10^2
Roman numerals
C D I X
CDIX uses the subtractive pair IX: one before ten — ten minus one.
Binary
1 1 0 0 1 1 0 0 1
1 × 256 + 1 × 128 + 0 × 64 + 0 × 32 + 1 × 16 + 1 × 8 + 0 × 4 + 0 × 2 + 1 × 1 = 409
Octal
6 3 1
6 × 64 + 3 × 8 + 1 × 1 = 409
Hexadecimal
1 9 9
1 × 256 + 9 × 16 + 9 × 1 = 409
Read as powers of two: 256 + 128 + 16 + 8 + 1 = 409.
In historical numeral systems
Egyptian
4 coils of rope, 9 strokes
4 × 100 + 9 × 1 = 409. The signs are simply repeated and added; where they sit on the line is a matter of layout, not value.
Babylonian
6 vertical wedges (sixties place), 4 corner wedges + 9 vertical wedges (units place)
6 × 60 + 49 = 409. Places are separated by a space on the tablet, with the higher place written first.
Greek (Ionic)
upsilon, then theta, marked as a numeral
upsilon-theta + keraia
upsilon + theta written in descending order and added — the letters carry their values wherever they stand, so this is addition, not place value.
Hebrew numerals
tav, then tet
tav-tet
tav (400) + tet (9) = 409, written in descending order.
Systems that simply cannot reach this value are left out. Where a script needs a font most readers do not have, the reading is given instead of the glyphs — see number systems for each system in full.
Other mathematical patterns
- Deficient number
- Happy number
- Lucky number (mathematical sieve)
Related numbers & connections
409 is the web's merge conflict — a valid request that clashes with current state.
Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Technology & computing
409 signals that the request was fine but the world moved. Two editors saving the same document, two clients incrementing the same counter — the server rejects the second not because it is malformed but because applying it would silently discard the first. It asks the client to re-read and decide.
DocumentedTechnology & computing
Common questions
Is 409 a prime number?
Yes, 409 is prime — it has exactly two positive divisors: 1 and itself.
What are the factors of 409?
The factors of 409 are 1, 409.
What is 409 in Roman numerals?
409 in Roman numerals is CDIX. IX is subtractive: one before ten — ten minus one. Written additively it would be CCCCVIIII, which Roman inscriptions used freely — the strict subtractive form is a later convention.
About this page's data
Mathematical facts:computed directly from the number's value — nothing to source or verify externally.
Contextual records: 1 reviewer-confirmed record, sourced and reviewed before publication.
Last reviewed: 15 July 2026