Finding the smallest prime factor of $sum_{a=1}^N a^{k}$











up vote
0
down vote

favorite












This question is linked to my previous question, but I wanted a clearer explanation.





Suppose we have a huge number of that type with a huge $k$.



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k},$$



and we want to find the smallest prime factor. We want to find the smallest $p$ for which



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k}equiv 0 pmod p.$$



enter image description here



Let's review some facts about $a^{k}pmod p$: by Fermat's Little Theorem $a^{k}equiv 1pmod p$ if $(p-1)mid k∧p∤a$. Otherwise $a^{k}≢1pmod p$ and in the particular case when $p|a⟹a^{k} equiv 0pmod p$. If the exponent is a multiple of $p-1$, the powers becomes equal to 1.



Okay, now it's here where I get stuck. How do I continue to find the smallest prime factor? Should I count each $a^{k} pmod p$? I think that I am missing something but I can't nail it.










share|cite|improve this question
























  • Possibly misleading use of the polymorphic $|$ to mean both "such as" and "divides" in cases where either interpretation lead to well formed statements.
    – marshal craft
    Sep 3 at 10:58










  • Here I use it mainly to mean that it DIVIDES
    – alienflow
    Sep 3 at 10:59










  • Also as i do not know where this question comes from, i assume worst case it is dependent on reiman hypothesis? And you have to divide a whole bunch of times.
    – marshal craft
    Sep 3 at 11:03












  • I would start by considering cases, either it is prime or not.
    – marshal craft
    Sep 3 at 11:04










  • Also maybe related to euler product. Well seems to be it but only for negative $s$ and for finite sums.
    – marshal craft
    Sep 3 at 11:14















up vote
0
down vote

favorite












This question is linked to my previous question, but I wanted a clearer explanation.





Suppose we have a huge number of that type with a huge $k$.



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k},$$



and we want to find the smallest prime factor. We want to find the smallest $p$ for which



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k}equiv 0 pmod p.$$



enter image description here



Let's review some facts about $a^{k}pmod p$: by Fermat's Little Theorem $a^{k}equiv 1pmod p$ if $(p-1)mid k∧p∤a$. Otherwise $a^{k}≢1pmod p$ and in the particular case when $p|a⟹a^{k} equiv 0pmod p$. If the exponent is a multiple of $p-1$, the powers becomes equal to 1.



Okay, now it's here where I get stuck. How do I continue to find the smallest prime factor? Should I count each $a^{k} pmod p$? I think that I am missing something but I can't nail it.










share|cite|improve this question
























  • Possibly misleading use of the polymorphic $|$ to mean both "such as" and "divides" in cases where either interpretation lead to well formed statements.
    – marshal craft
    Sep 3 at 10:58










  • Here I use it mainly to mean that it DIVIDES
    – alienflow
    Sep 3 at 10:59










  • Also as i do not know where this question comes from, i assume worst case it is dependent on reiman hypothesis? And you have to divide a whole bunch of times.
    – marshal craft
    Sep 3 at 11:03












  • I would start by considering cases, either it is prime or not.
    – marshal craft
    Sep 3 at 11:04










  • Also maybe related to euler product. Well seems to be it but only for negative $s$ and for finite sums.
    – marshal craft
    Sep 3 at 11:14













up vote
0
down vote

favorite









up vote
0
down vote

favorite











This question is linked to my previous question, but I wanted a clearer explanation.





Suppose we have a huge number of that type with a huge $k$.



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k},$$



and we want to find the smallest prime factor. We want to find the smallest $p$ for which



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k}equiv 0 pmod p.$$



enter image description here



Let's review some facts about $a^{k}pmod p$: by Fermat's Little Theorem $a^{k}equiv 1pmod p$ if $(p-1)mid k∧p∤a$. Otherwise $a^{k}≢1pmod p$ and in the particular case when $p|a⟹a^{k} equiv 0pmod p$. If the exponent is a multiple of $p-1$, the powers becomes equal to 1.



Okay, now it's here where I get stuck. How do I continue to find the smallest prime factor? Should I count each $a^{k} pmod p$? I think that I am missing something but I can't nail it.










share|cite|improve this question















This question is linked to my previous question, but I wanted a clearer explanation.





Suppose we have a huge number of that type with a huge $k$.



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k},$$



and we want to find the smallest prime factor. We want to find the smallest $p$ for which



$$sum_{a=1}^N a^{k} =1^{k}+2^{k}+3^{k}+...+N^{k}equiv 0 pmod p.$$



enter image description here



Let's review some facts about $a^{k}pmod p$: by Fermat's Little Theorem $a^{k}equiv 1pmod p$ if $(p-1)mid k∧p∤a$. Otherwise $a^{k}≢1pmod p$ and in the particular case when $p|a⟹a^{k} equiv 0pmod p$. If the exponent is a multiple of $p-1$, the powers becomes equal to 1.



Okay, now it's here where I get stuck. How do I continue to find the smallest prime factor? Should I count each $a^{k} pmod p$? I think that I am missing something but I can't nail it.







prime-numbers modular-arithmetic exponentiation prime-factorization






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 23 at 11:34









Klangen

1,50811232




1,50811232










asked Sep 3 at 10:02









alienflow

787




787












  • Possibly misleading use of the polymorphic $|$ to mean both "such as" and "divides" in cases where either interpretation lead to well formed statements.
    – marshal craft
    Sep 3 at 10:58










  • Here I use it mainly to mean that it DIVIDES
    – alienflow
    Sep 3 at 10:59










  • Also as i do not know where this question comes from, i assume worst case it is dependent on reiman hypothesis? And you have to divide a whole bunch of times.
    – marshal craft
    Sep 3 at 11:03












  • I would start by considering cases, either it is prime or not.
    – marshal craft
    Sep 3 at 11:04










  • Also maybe related to euler product. Well seems to be it but only for negative $s$ and for finite sums.
    – marshal craft
    Sep 3 at 11:14


















  • Possibly misleading use of the polymorphic $|$ to mean both "such as" and "divides" in cases where either interpretation lead to well formed statements.
    – marshal craft
    Sep 3 at 10:58










  • Here I use it mainly to mean that it DIVIDES
    – alienflow
    Sep 3 at 10:59










  • Also as i do not know where this question comes from, i assume worst case it is dependent on reiman hypothesis? And you have to divide a whole bunch of times.
    – marshal craft
    Sep 3 at 11:03












  • I would start by considering cases, either it is prime or not.
    – marshal craft
    Sep 3 at 11:04










  • Also maybe related to euler product. Well seems to be it but only for negative $s$ and for finite sums.
    – marshal craft
    Sep 3 at 11:14
















Possibly misleading use of the polymorphic $|$ to mean both "such as" and "divides" in cases where either interpretation lead to well formed statements.
– marshal craft
Sep 3 at 10:58




Possibly misleading use of the polymorphic $|$ to mean both "such as" and "divides" in cases where either interpretation lead to well formed statements.
– marshal craft
Sep 3 at 10:58












Here I use it mainly to mean that it DIVIDES
– alienflow
Sep 3 at 10:59




Here I use it mainly to mean that it DIVIDES
– alienflow
Sep 3 at 10:59












Also as i do not know where this question comes from, i assume worst case it is dependent on reiman hypothesis? And you have to divide a whole bunch of times.
– marshal craft
Sep 3 at 11:03






Also as i do not know where this question comes from, i assume worst case it is dependent on reiman hypothesis? And you have to divide a whole bunch of times.
– marshal craft
Sep 3 at 11:03














I would start by considering cases, either it is prime or not.
– marshal craft
Sep 3 at 11:04




I would start by considering cases, either it is prime or not.
– marshal craft
Sep 3 at 11:04












Also maybe related to euler product. Well seems to be it but only for negative $s$ and for finite sums.
– marshal craft
Sep 3 at 11:14




Also maybe related to euler product. Well seems to be it but only for negative $s$ and for finite sums.
– marshal craft
Sep 3 at 11:14















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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2903722%2ffinding-the-smallest-prime-factor-of-sum-a-1n-ak%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




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2903722%2ffinding-the-smallest-prime-factor-of-sum-a-1n-ak%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

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei