$ t(n) = t( x_1 x_2 x_3 …) = t(x_1) + t(x_2) + t(x_3) + … + t( x_1 + x_2 + x_3 + … ) $
$begingroup$
Let $ n > 1 $ be an integer.
Consider The prime factorization
$$ n = x_1 x_2 x_3 ... $$
Now define
$$ t(n) = t( x_1 x_2 x_3 ...) = t(x_1) + t(x_2) + t(x_3) + ... + t( x_1 + x_2 + x_3 + ... ) $$
Clearly this function is completely determined by its values at primes. This gives us multiple solutions.
Im fascinated by this function.
Has this been studied before ?
—-
Some more specific questions :
Can we find solutions such that
$$ t(n) leq t(n+1) leq t(n+2) $$
And if so , which one grows the slowest ?
And how fast does that slowest solution grow asymptotically ?
How about The fastest ?
Are they easy questions or do they depend on a lot of theory or open conjectures ?
A reference or a few plots would be nice too.
Im not sure how to handle this.
—-
Update :
There seems to be a problem with defining $t(2n)$ so for now i focus on odd $n$.
From $t(3^{3^k}) $ we conclude that f grows like $ O( ln(n) + ln(ln(n)) + ln(ln(ln(n))) + ... ) $
number-theory inequality asymptotics functional-equations closed-form
$endgroup$
|
show 6 more comments
$begingroup$
Let $ n > 1 $ be an integer.
Consider The prime factorization
$$ n = x_1 x_2 x_3 ... $$
Now define
$$ t(n) = t( x_1 x_2 x_3 ...) = t(x_1) + t(x_2) + t(x_3) + ... + t( x_1 + x_2 + x_3 + ... ) $$
Clearly this function is completely determined by its values at primes. This gives us multiple solutions.
Im fascinated by this function.
Has this been studied before ?
—-
Some more specific questions :
Can we find solutions such that
$$ t(n) leq t(n+1) leq t(n+2) $$
And if so , which one grows the slowest ?
And how fast does that slowest solution grow asymptotically ?
How about The fastest ?
Are they easy questions or do they depend on a lot of theory or open conjectures ?
A reference or a few plots would be nice too.
Im not sure how to handle this.
—-
Update :
There seems to be a problem with defining $t(2n)$ so for now i focus on odd $n$.
From $t(3^{3^k}) $ we conclude that f grows like $ O( ln(n) + ln(ln(n)) + ln(ln(ln(n))) + ... ) $
number-theory inequality asymptotics functional-equations closed-form
$endgroup$
$begingroup$
The $x_i$ are not NEC distinct ! In case that might confuse.
$endgroup$
– mick
Jan 20 at 23:41
$begingroup$
I am not sure your function is well-defined. What is $t(p^k)$, just for my understanding?
$endgroup$
– Jack D'Aurizio
Jan 20 at 23:44
$begingroup$
$t(p^k) = t(p p p ... ) $ that is what i meant by not necc distinct !
$endgroup$
– mick
Jan 20 at 23:47
$begingroup$
For instance $t(8) = t( 2 *2 *2 ) = t(2) + t(2) + t(2) + t(2+2+2) = 3 t(2) + t(6) $ or $ t(p^k) = k t(p) + t(p k) $ for $ k > 1$.
$endgroup$
– mick
Jan 20 at 23:51
1
$begingroup$
@Jack No, that's quite clear: $t(p^3)=3t(p)+t(3p)=4t(p)+t(3)$. I have another question, though: how do you define $t(4)$?
$endgroup$
– Ivan Neretin
Jan 21 at 8:10
|
show 6 more comments
$begingroup$
Let $ n > 1 $ be an integer.
Consider The prime factorization
$$ n = x_1 x_2 x_3 ... $$
Now define
$$ t(n) = t( x_1 x_2 x_3 ...) = t(x_1) + t(x_2) + t(x_3) + ... + t( x_1 + x_2 + x_3 + ... ) $$
Clearly this function is completely determined by its values at primes. This gives us multiple solutions.
Im fascinated by this function.
Has this been studied before ?
—-
Some more specific questions :
Can we find solutions such that
$$ t(n) leq t(n+1) leq t(n+2) $$
And if so , which one grows the slowest ?
And how fast does that slowest solution grow asymptotically ?
How about The fastest ?
Are they easy questions or do they depend on a lot of theory or open conjectures ?
A reference or a few plots would be nice too.
Im not sure how to handle this.
—-
Update :
There seems to be a problem with defining $t(2n)$ so for now i focus on odd $n$.
From $t(3^{3^k}) $ we conclude that f grows like $ O( ln(n) + ln(ln(n)) + ln(ln(ln(n))) + ... ) $
number-theory inequality asymptotics functional-equations closed-form
$endgroup$
Let $ n > 1 $ be an integer.
Consider The prime factorization
$$ n = x_1 x_2 x_3 ... $$
Now define
$$ t(n) = t( x_1 x_2 x_3 ...) = t(x_1) + t(x_2) + t(x_3) + ... + t( x_1 + x_2 + x_3 + ... ) $$
Clearly this function is completely determined by its values at primes. This gives us multiple solutions.
Im fascinated by this function.
Has this been studied before ?
—-
Some more specific questions :
Can we find solutions such that
$$ t(n) leq t(n+1) leq t(n+2) $$
And if so , which one grows the slowest ?
And how fast does that slowest solution grow asymptotically ?
How about The fastest ?
Are they easy questions or do they depend on a lot of theory or open conjectures ?
A reference or a few plots would be nice too.
Im not sure how to handle this.
—-
Update :
There seems to be a problem with defining $t(2n)$ so for now i focus on odd $n$.
From $t(3^{3^k}) $ we conclude that f grows like $ O( ln(n) + ln(ln(n)) + ln(ln(ln(n))) + ... ) $
number-theory inequality asymptotics functional-equations closed-form
number-theory inequality asymptotics functional-equations closed-form
edited Jan 21 at 19:20
mick
asked Jan 20 at 23:39
mickmick
5,15922164
5,15922164
$begingroup$
The $x_i$ are not NEC distinct ! In case that might confuse.
$endgroup$
– mick
Jan 20 at 23:41
$begingroup$
I am not sure your function is well-defined. What is $t(p^k)$, just for my understanding?
$endgroup$
– Jack D'Aurizio
Jan 20 at 23:44
$begingroup$
$t(p^k) = t(p p p ... ) $ that is what i meant by not necc distinct !
$endgroup$
– mick
Jan 20 at 23:47
$begingroup$
For instance $t(8) = t( 2 *2 *2 ) = t(2) + t(2) + t(2) + t(2+2+2) = 3 t(2) + t(6) $ or $ t(p^k) = k t(p) + t(p k) $ for $ k > 1$.
$endgroup$
– mick
Jan 20 at 23:51
1
$begingroup$
@Jack No, that's quite clear: $t(p^3)=3t(p)+t(3p)=4t(p)+t(3)$. I have another question, though: how do you define $t(4)$?
$endgroup$
– Ivan Neretin
Jan 21 at 8:10
|
show 6 more comments
$begingroup$
The $x_i$ are not NEC distinct ! In case that might confuse.
$endgroup$
– mick
Jan 20 at 23:41
$begingroup$
I am not sure your function is well-defined. What is $t(p^k)$, just for my understanding?
$endgroup$
– Jack D'Aurizio
Jan 20 at 23:44
$begingroup$
$t(p^k) = t(p p p ... ) $ that is what i meant by not necc distinct !
$endgroup$
– mick
Jan 20 at 23:47
$begingroup$
For instance $t(8) = t( 2 *2 *2 ) = t(2) + t(2) + t(2) + t(2+2+2) = 3 t(2) + t(6) $ or $ t(p^k) = k t(p) + t(p k) $ for $ k > 1$.
$endgroup$
– mick
Jan 20 at 23:51
1
$begingroup$
@Jack No, that's quite clear: $t(p^3)=3t(p)+t(3p)=4t(p)+t(3)$. I have another question, though: how do you define $t(4)$?
$endgroup$
– Ivan Neretin
Jan 21 at 8:10
$begingroup$
The $x_i$ are not NEC distinct ! In case that might confuse.
$endgroup$
– mick
Jan 20 at 23:41
$begingroup$
The $x_i$ are not NEC distinct ! In case that might confuse.
$endgroup$
– mick
Jan 20 at 23:41
$begingroup$
I am not sure your function is well-defined. What is $t(p^k)$, just for my understanding?
$endgroup$
– Jack D'Aurizio
Jan 20 at 23:44
$begingroup$
I am not sure your function is well-defined. What is $t(p^k)$, just for my understanding?
$endgroup$
– Jack D'Aurizio
Jan 20 at 23:44
$begingroup$
$t(p^k) = t(p p p ... ) $ that is what i meant by not necc distinct !
$endgroup$
– mick
Jan 20 at 23:47
$begingroup$
$t(p^k) = t(p p p ... ) $ that is what i meant by not necc distinct !
$endgroup$
– mick
Jan 20 at 23:47
$begingroup$
For instance $t(8) = t( 2 *2 *2 ) = t(2) + t(2) + t(2) + t(2+2+2) = 3 t(2) + t(6) $ or $ t(p^k) = k t(p) + t(p k) $ for $ k > 1$.
$endgroup$
– mick
Jan 20 at 23:51
$begingroup$
For instance $t(8) = t( 2 *2 *2 ) = t(2) + t(2) + t(2) + t(2+2+2) = 3 t(2) + t(6) $ or $ t(p^k) = k t(p) + t(p k) $ for $ k > 1$.
$endgroup$
– mick
Jan 20 at 23:51
1
1
$begingroup$
@Jack No, that's quite clear: $t(p^3)=3t(p)+t(3p)=4t(p)+t(3)$. I have another question, though: how do you define $t(4)$?
$endgroup$
– Ivan Neretin
Jan 21 at 8:10
$begingroup$
@Jack No, that's quite clear: $t(p^3)=3t(p)+t(3p)=4t(p)+t(3)$. I have another question, though: how do you define $t(4)$?
$endgroup$
– Ivan Neretin
Jan 21 at 8:10
|
show 6 more comments
0
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2fmath.stackexchange.com%2fquestions%2f3081275%2ftn-t-x-1-x-2-x-3-tx-1-tx-2-tx-3-t-x-1-x-2-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics 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.
Use MathJax to format equations. MathJax reference.
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%2fmath.stackexchange.com%2fquestions%2f3081275%2ftn-t-x-1-x-2-x-3-tx-1-tx-2-tx-3-t-x-1-x-2-x%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
$begingroup$
The $x_i$ are not NEC distinct ! In case that might confuse.
$endgroup$
– mick
Jan 20 at 23:41
$begingroup$
I am not sure your function is well-defined. What is $t(p^k)$, just for my understanding?
$endgroup$
– Jack D'Aurizio
Jan 20 at 23:44
$begingroup$
$t(p^k) = t(p p p ... ) $ that is what i meant by not necc distinct !
$endgroup$
– mick
Jan 20 at 23:47
$begingroup$
For instance $t(8) = t( 2 *2 *2 ) = t(2) + t(2) + t(2) + t(2+2+2) = 3 t(2) + t(6) $ or $ t(p^k) = k t(p) + t(p k) $ for $ k > 1$.
$endgroup$
– mick
Jan 20 at 23:51
1
$begingroup$
@Jack No, that's quite clear: $t(p^3)=3t(p)+t(3p)=4t(p)+t(3)$. I have another question, though: how do you define $t(4)$?
$endgroup$
– Ivan Neretin
Jan 21 at 8:10