415
415 is the HTTP status code Unsupported Media Type — the server will not accept the format sent.
- Odd
- Composite
Where 415 fits
Why 415 is special
415 is a content-type mismatch, not a content problem. Sending JSON to an endpoint expecting form encoding gets a 415 regardless of whether the JSON is valid, which is why it is one of the most common early errors when integrating against an unfamiliar API.
Not just a mathematical number
415is 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).
Factors & digit properties
- Divisors (4)
- 1, 5, 83, 415
- Prime factorisation
- 5 × 83
- Digit sum
- 10
- Digital root
- 1
Representations
- Decimal
- 415
- Scientific notation
- 4.150 × 10^2
Roman numerals
C D X V
CDXV uses the subtractive pair CD: a hundred before five hundred — five hundred minus a hundred.
Binary
1 1 0 0 1 1 1 1 1
1 × 256 + 1 × 128 + 0 × 64 + 0 × 32 + 1 × 16 + 1 × 8 + 1 × 4 + 1 × 2 + 1 × 1 = 415
Octal
6 3 7
6 × 64 + 3 × 8 + 7 × 1 = 415
Hexadecimal
1 9 f
1 × 256 + 9 × 16 + f × 1 = 415
Read as powers of two: 256 + 128 + 16 + 8 + 4 + 2 + 1 = 415.
In historical numeral systems
Egyptian
4 coils of rope, 1 hobble, 5 strokes
4 × 100 + 1 × 10 + 5 × 1 = 415. 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), 5 corner wedges + 5 vertical wedges (units place)
6 × 60 + 55 = 415. Places are separated by a space on the tablet, with the higher place written first.
Greek (Ionic)
upsilon, then iota, then epsilon, marked as a numeral
upsilon-iota-epsilon + keraia
upsilon + iota + epsilon 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, then vav
tav-tet-vav
The ordinary descending rule would give יה (yod 10 + he 5), which spells a form of the divine name, so 15 is written טו — tet (9) + vav (6) — instead.
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
- Semiprime
- Lucky number (mathematical sieve)
Related numbers & connections
415 rejects a request on its Content-Type alone, before anything examines whether the body itself is valid.
Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Technology & computing
415 fires on the Content-Type header alone. Perfectly valid JSON sent to an endpoint expecting form encoding is rejected before anything looks at it, which makes 415 the most common first error when integrating against an unfamiliar API and one of the easiest to fix.
DocumentedTechnology & computing
Common questions
Is 415 a prime number?
No, 415 is not prime.
What are the factors of 415?
The factors of 415 are 1, 5, 83, 415.
What is 415 in Roman numerals?
415 in Roman numerals is CDXV. CD is subtractive: a hundred before five hundred — five hundred minus a hundred. Written additively it would be CCCCXV, 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