What are binary numbers that are equal to their length?











up vote
0
down vote

favorite












What are binary numbers that are equal to their length?



I am trying to find numbers where their value is equal to the length of their binary representation. They cannot start with zero.



For example:



1 = 1 and has a length of 1
10 = 2 and has a length of 2


Additional Thoughts:
Is there a name for numbers like this (maybe in different bases)?
I'm not sure if there are any more out there that exist.
Technically zero as "" is also true. It is nothing and has no numbers in it's representation, however, you can't write it. (so it's not real?)










share|cite|improve this question






















  • I guess in any base, 1 is always going to work.
    – Tgwizman
    Nov 15 at 19:10






  • 4




    If the number has length $n$, then it is at least $2^{n-1}$. So you need $2^{n-1}≤n$. Therefore...
    – lulu
    Nov 15 at 19:13










  • Well $0$ does have numbers in its representation; $0$. And yes $0$ is real and yes you can write it and in a way, it's not nothing. Just because "zero apples" means you have no apples, doesn't mean zero is nothing. If you have zero of something, then you have nothing. Zero itself is not nothing.
    – vrugtehagel
    Nov 15 at 19:17












  • Yes, there is a name for such numbers; it is $1$.
    – Servaes
    Nov 15 at 19:26








  • 2




    It is true for all numbers in the unary number system.
    – Jens
    Nov 15 at 19:32















up vote
0
down vote

favorite












What are binary numbers that are equal to their length?



I am trying to find numbers where their value is equal to the length of their binary representation. They cannot start with zero.



For example:



1 = 1 and has a length of 1
10 = 2 and has a length of 2


Additional Thoughts:
Is there a name for numbers like this (maybe in different bases)?
I'm not sure if there are any more out there that exist.
Technically zero as "" is also true. It is nothing and has no numbers in it's representation, however, you can't write it. (so it's not real?)










share|cite|improve this question






















  • I guess in any base, 1 is always going to work.
    – Tgwizman
    Nov 15 at 19:10






  • 4




    If the number has length $n$, then it is at least $2^{n-1}$. So you need $2^{n-1}≤n$. Therefore...
    – lulu
    Nov 15 at 19:13










  • Well $0$ does have numbers in its representation; $0$. And yes $0$ is real and yes you can write it and in a way, it's not nothing. Just because "zero apples" means you have no apples, doesn't mean zero is nothing. If you have zero of something, then you have nothing. Zero itself is not nothing.
    – vrugtehagel
    Nov 15 at 19:17












  • Yes, there is a name for such numbers; it is $1$.
    – Servaes
    Nov 15 at 19:26








  • 2




    It is true for all numbers in the unary number system.
    – Jens
    Nov 15 at 19:32













up vote
0
down vote

favorite









up vote
0
down vote

favorite











What are binary numbers that are equal to their length?



I am trying to find numbers where their value is equal to the length of their binary representation. They cannot start with zero.



For example:



1 = 1 and has a length of 1
10 = 2 and has a length of 2


Additional Thoughts:
Is there a name for numbers like this (maybe in different bases)?
I'm not sure if there are any more out there that exist.
Technically zero as "" is also true. It is nothing and has no numbers in it's representation, however, you can't write it. (so it's not real?)










share|cite|improve this question













What are binary numbers that are equal to their length?



I am trying to find numbers where their value is equal to the length of their binary representation. They cannot start with zero.



For example:



1 = 1 and has a length of 1
10 = 2 and has a length of 2


Additional Thoughts:
Is there a name for numbers like this (maybe in different bases)?
I'm not sure if there are any more out there that exist.
Technically zero as "" is also true. It is nothing and has no numbers in it's representation, however, you can't write it. (so it's not real?)







number-theory binary






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 15 at 19:10









Tgwizman

1012




1012












  • I guess in any base, 1 is always going to work.
    – Tgwizman
    Nov 15 at 19:10






  • 4




    If the number has length $n$, then it is at least $2^{n-1}$. So you need $2^{n-1}≤n$. Therefore...
    – lulu
    Nov 15 at 19:13










  • Well $0$ does have numbers in its representation; $0$. And yes $0$ is real and yes you can write it and in a way, it's not nothing. Just because "zero apples" means you have no apples, doesn't mean zero is nothing. If you have zero of something, then you have nothing. Zero itself is not nothing.
    – vrugtehagel
    Nov 15 at 19:17












  • Yes, there is a name for such numbers; it is $1$.
    – Servaes
    Nov 15 at 19:26








  • 2




    It is true for all numbers in the unary number system.
    – Jens
    Nov 15 at 19:32


















  • I guess in any base, 1 is always going to work.
    – Tgwizman
    Nov 15 at 19:10






  • 4




    If the number has length $n$, then it is at least $2^{n-1}$. So you need $2^{n-1}≤n$. Therefore...
    – lulu
    Nov 15 at 19:13










  • Well $0$ does have numbers in its representation; $0$. And yes $0$ is real and yes you can write it and in a way, it's not nothing. Just because "zero apples" means you have no apples, doesn't mean zero is nothing. If you have zero of something, then you have nothing. Zero itself is not nothing.
    – vrugtehagel
    Nov 15 at 19:17












  • Yes, there is a name for such numbers; it is $1$.
    – Servaes
    Nov 15 at 19:26








  • 2




    It is true for all numbers in the unary number system.
    – Jens
    Nov 15 at 19:32
















I guess in any base, 1 is always going to work.
– Tgwizman
Nov 15 at 19:10




I guess in any base, 1 is always going to work.
– Tgwizman
Nov 15 at 19:10




4




4




If the number has length $n$, then it is at least $2^{n-1}$. So you need $2^{n-1}≤n$. Therefore...
– lulu
Nov 15 at 19:13




If the number has length $n$, then it is at least $2^{n-1}$. So you need $2^{n-1}≤n$. Therefore...
– lulu
Nov 15 at 19:13












Well $0$ does have numbers in its representation; $0$. And yes $0$ is real and yes you can write it and in a way, it's not nothing. Just because "zero apples" means you have no apples, doesn't mean zero is nothing. If you have zero of something, then you have nothing. Zero itself is not nothing.
– vrugtehagel
Nov 15 at 19:17






Well $0$ does have numbers in its representation; $0$. And yes $0$ is real and yes you can write it and in a way, it's not nothing. Just because "zero apples" means you have no apples, doesn't mean zero is nothing. If you have zero of something, then you have nothing. Zero itself is not nothing.
– vrugtehagel
Nov 15 at 19:17














Yes, there is a name for such numbers; it is $1$.
– Servaes
Nov 15 at 19:26






Yes, there is a name for such numbers; it is $1$.
– Servaes
Nov 15 at 19:26






2




2




It is true for all numbers in the unary number system.
– Jens
Nov 15 at 19:32




It is true for all numbers in the unary number system.
– Jens
Nov 15 at 19:32















active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
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',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000151%2fwhat-are-binary-numbers-that-are-equal-to-their-length%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000151%2fwhat-are-binary-numbers-that-are-equal-to-their-length%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...