417
HTTP 417 Expectation Failed means the server will not meet the Expect header the client sent.
- Odd
- Composite
Where 417 fits
Why 417 is special
417 exists almost entirely for one header value, Expect: 100-continue, which lets a client ask permission before uploading a large body. Proxies that do not understand it are the usual source of a 417, which is why some HTTP libraries disable the mechanism by default.
Not just a mathematical number
417is 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, 3, 139, 417
- Prime factorisation
- 3 × 139
- Digit sum
- 12
- Digital root
- 3
Representations
- Decimal
- 417
- Scientific notation
- 4.170 × 10^2
Roman numerals
C D X V I I
CDXVII uses the subtractive pair CD: a hundred before five hundred — five hundred minus a hundred.
Binary
1 1 0 1 0 0 0 0 1
1 × 256 + 1 × 128 + 0 × 64 + 1 × 32 + 0 × 16 + 0 × 8 + 0 × 4 + 0 × 2 + 1 × 1 = 417
Octal
6 4 1
6 × 64 + 4 × 8 + 1 × 1 = 417
Hexadecimal
1 a 1
1 × 256 + a × 16 + 1 × 1 = 417
Read as powers of two: 256 + 128 + 32 + 1 = 417.
In historical numeral systems
Egyptian
4 coils of rope, 1 hobble, 7 strokes
4 × 100 + 1 × 10 + 7 × 1 = 417. 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 + 7 vertical wedges (units place)
6 × 60 + 57 = 417. Places are separated by a space on the tablet, with the higher place written first.
Greek (Ionic)
upsilon, then iota, then zeta, marked as a numeral
upsilon-iota-zeta + keraia
upsilon + iota + zeta 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 yod, then zayin
tav-yod-zayin
tav (400) + yod (10) + zayin (7) = 417, 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
- Semiprime
Related numbers & connections
417 refuses the Expect header a client sent, in practice almost always Expect: 100-continue.
Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Technology & computing
Expect: 100-continue lets a client check whether a large body is wanted before sending it, and 417 is the refusal. Because intermediaries often mishandle the header, many HTTP clients disable the mechanism outright — the feature is more trouble than the bandwidth it saves.
DocumentedTechnology & computing
Common questions
Is 417 a prime number?
No, 417 is not prime.
What are the factors of 417?
The factors of 417 are 1, 3, 139, 417.
What is 417 in Roman numerals?
417 in Roman numerals is CDXVII. CD is subtractive: a hundred before five hundred — five hundred minus a hundred. Written additively it would be CCCCXVII, 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