Word for a number that has all the same digits
In Metropolis, all bus routes are numbered with a number >10, but not all numbers are used.
Buses 33, 55, 222, and the special 55555, and only those buses, go to the airport. All the buses that go to the airport, and only those buses, are numbered such that all digits are the same. The local taxi service (phone #777-7777) also goes to the airport.
What is a concise way of describing a number with multiple digits that are all the same digit?
Under 100, I would call them "multiples of 11." Is there a word for the more general class, narrower than "palindrome?"
single-word-requests
add a comment |
In Metropolis, all bus routes are numbered with a number >10, but not all numbers are used.
Buses 33, 55, 222, and the special 55555, and only those buses, go to the airport. All the buses that go to the airport, and only those buses, are numbered such that all digits are the same. The local taxi service (phone #777-7777) also goes to the airport.
What is a concise way of describing a number with multiple digits that are all the same digit?
Under 100, I would call them "multiples of 11." Is there a word for the more general class, narrower than "palindrome?"
single-word-requests
add a comment |
In Metropolis, all bus routes are numbered with a number >10, but not all numbers are used.
Buses 33, 55, 222, and the special 55555, and only those buses, go to the airport. All the buses that go to the airport, and only those buses, are numbered such that all digits are the same. The local taxi service (phone #777-7777) also goes to the airport.
What is a concise way of describing a number with multiple digits that are all the same digit?
Under 100, I would call them "multiples of 11." Is there a word for the more general class, narrower than "palindrome?"
single-word-requests
In Metropolis, all bus routes are numbered with a number >10, but not all numbers are used.
Buses 33, 55, 222, and the special 55555, and only those buses, go to the airport. All the buses that go to the airport, and only those buses, are numbered such that all digits are the same. The local taxi service (phone #777-7777) also goes to the airport.
What is a concise way of describing a number with multiple digits that are all the same digit?
Under 100, I would call them "multiples of 11." Is there a word for the more general class, narrower than "palindrome?"
single-word-requests
single-word-requests
asked Oct 4 '15 at 2:48
WBTWBT
2,65521433
2,65521433
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
They are known as repdigits.
The article states it is implicitly valid for at least base 10, but it easily generalises for all bases:
eg:
- bin 111 = 8 (which is a repdigit either way)
- hex CCC = 3276
- oct 777 = 511
With x being the digit to be repeated, B the base and y the number of repeats, in base 10 a repdigit can be calculated thusly:
There is also the potential that: a. I think that capitalising is appropriate in this case, and b. It's some form of typo. In this case it's more the latter, I copied and pasted it from wikipedia directly :)
– Lamar Latrell
Oct 4 '15 at 3:42
Interesting. But how well known generally? Most dictionaries that have it say that its usage is in "recreational mathematics". Several mainstream dictionaries (Merriam-Webster, Collins, Oxford Dictionaries) don't list it at all. So it might not be commonly used among transit system administrators (or riders!)
– Brian Hitchcock
Oct 4 '15 at 13:37
I'd be more inclined to spell it out, say, as "repeated digit number"; The "digit" being singular, because the same digit repeats (rather than several digits repeating as in the fraction 1/7 = 0.1428571428571428...)
– Brian Hitchcock
Oct 4 '15 at 13:43
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "97"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f277734%2fword-for-a-number-that-has-all-the-same-digits%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
They are known as repdigits.
The article states it is implicitly valid for at least base 10, but it easily generalises for all bases:
eg:
- bin 111 = 8 (which is a repdigit either way)
- hex CCC = 3276
- oct 777 = 511
With x being the digit to be repeated, B the base and y the number of repeats, in base 10 a repdigit can be calculated thusly:
There is also the potential that: a. I think that capitalising is appropriate in this case, and b. It's some form of typo. In this case it's more the latter, I copied and pasted it from wikipedia directly :)
– Lamar Latrell
Oct 4 '15 at 3:42
Interesting. But how well known generally? Most dictionaries that have it say that its usage is in "recreational mathematics". Several mainstream dictionaries (Merriam-Webster, Collins, Oxford Dictionaries) don't list it at all. So it might not be commonly used among transit system administrators (or riders!)
– Brian Hitchcock
Oct 4 '15 at 13:37
I'd be more inclined to spell it out, say, as "repeated digit number"; The "digit" being singular, because the same digit repeats (rather than several digits repeating as in the fraction 1/7 = 0.1428571428571428...)
– Brian Hitchcock
Oct 4 '15 at 13:43
add a comment |
They are known as repdigits.
The article states it is implicitly valid for at least base 10, but it easily generalises for all bases:
eg:
- bin 111 = 8 (which is a repdigit either way)
- hex CCC = 3276
- oct 777 = 511
With x being the digit to be repeated, B the base and y the number of repeats, in base 10 a repdigit can be calculated thusly:
There is also the potential that: a. I think that capitalising is appropriate in this case, and b. It's some form of typo. In this case it's more the latter, I copied and pasted it from wikipedia directly :)
– Lamar Latrell
Oct 4 '15 at 3:42
Interesting. But how well known generally? Most dictionaries that have it say that its usage is in "recreational mathematics". Several mainstream dictionaries (Merriam-Webster, Collins, Oxford Dictionaries) don't list it at all. So it might not be commonly used among transit system administrators (or riders!)
– Brian Hitchcock
Oct 4 '15 at 13:37
I'd be more inclined to spell it out, say, as "repeated digit number"; The "digit" being singular, because the same digit repeats (rather than several digits repeating as in the fraction 1/7 = 0.1428571428571428...)
– Brian Hitchcock
Oct 4 '15 at 13:43
add a comment |
They are known as repdigits.
The article states it is implicitly valid for at least base 10, but it easily generalises for all bases:
eg:
- bin 111 = 8 (which is a repdigit either way)
- hex CCC = 3276
- oct 777 = 511
With x being the digit to be repeated, B the base and y the number of repeats, in base 10 a repdigit can be calculated thusly:
They are known as repdigits.
The article states it is implicitly valid for at least base 10, but it easily generalises for all bases:
eg:
- bin 111 = 8 (which is a repdigit either way)
- hex CCC = 3276
- oct 777 = 511
With x being the digit to be repeated, B the base and y the number of repeats, in base 10 a repdigit can be calculated thusly:
edited 9 mins ago
answered Oct 4 '15 at 2:55
Lamar LatrellLamar Latrell
1,8682822
1,8682822
There is also the potential that: a. I think that capitalising is appropriate in this case, and b. It's some form of typo. In this case it's more the latter, I copied and pasted it from wikipedia directly :)
– Lamar Latrell
Oct 4 '15 at 3:42
Interesting. But how well known generally? Most dictionaries that have it say that its usage is in "recreational mathematics". Several mainstream dictionaries (Merriam-Webster, Collins, Oxford Dictionaries) don't list it at all. So it might not be commonly used among transit system administrators (or riders!)
– Brian Hitchcock
Oct 4 '15 at 13:37
I'd be more inclined to spell it out, say, as "repeated digit number"; The "digit" being singular, because the same digit repeats (rather than several digits repeating as in the fraction 1/7 = 0.1428571428571428...)
– Brian Hitchcock
Oct 4 '15 at 13:43
add a comment |
There is also the potential that: a. I think that capitalising is appropriate in this case, and b. It's some form of typo. In this case it's more the latter, I copied and pasted it from wikipedia directly :)
– Lamar Latrell
Oct 4 '15 at 3:42
Interesting. But how well known generally? Most dictionaries that have it say that its usage is in "recreational mathematics". Several mainstream dictionaries (Merriam-Webster, Collins, Oxford Dictionaries) don't list it at all. So it might not be commonly used among transit system administrators (or riders!)
– Brian Hitchcock
Oct 4 '15 at 13:37
I'd be more inclined to spell it out, say, as "repeated digit number"; The "digit" being singular, because the same digit repeats (rather than several digits repeating as in the fraction 1/7 = 0.1428571428571428...)
– Brian Hitchcock
Oct 4 '15 at 13:43
There is also the potential that: a. I think that capitalising is appropriate in this case, and b. It's some form of typo. In this case it's more the latter, I copied and pasted it from wikipedia directly :)
– Lamar Latrell
Oct 4 '15 at 3:42
There is also the potential that: a. I think that capitalising is appropriate in this case, and b. It's some form of typo. In this case it's more the latter, I copied and pasted it from wikipedia directly :)
– Lamar Latrell
Oct 4 '15 at 3:42
Interesting. But how well known generally? Most dictionaries that have it say that its usage is in "recreational mathematics". Several mainstream dictionaries (Merriam-Webster, Collins, Oxford Dictionaries) don't list it at all. So it might not be commonly used among transit system administrators (or riders!)
– Brian Hitchcock
Oct 4 '15 at 13:37
Interesting. But how well known generally? Most dictionaries that have it say that its usage is in "recreational mathematics". Several mainstream dictionaries (Merriam-Webster, Collins, Oxford Dictionaries) don't list it at all. So it might not be commonly used among transit system administrators (or riders!)
– Brian Hitchcock
Oct 4 '15 at 13:37
I'd be more inclined to spell it out, say, as "repeated digit number"; The "digit" being singular, because the same digit repeats (rather than several digits repeating as in the fraction 1/7 = 0.1428571428571428...)
– Brian Hitchcock
Oct 4 '15 at 13:43
I'd be more inclined to spell it out, say, as "repeated digit number"; The "digit" being singular, because the same digit repeats (rather than several digits repeating as in the fraction 1/7 = 0.1428571428571428...)
– Brian Hitchcock
Oct 4 '15 at 13:43
add a comment |
Thanks for contributing an answer to English Language & Usage Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f277734%2fword-for-a-number-that-has-all-the-same-digits%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown