The next number in sequence

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
4
down vote

favorite












We have following sequence:




12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678




What will be the next number?



Answer is known now (@JonMark Perry and @Mark found it). The answer is:



Danger! It is the correct answer:




106890




or




A688A




but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).



Now the question is: what is the general rule?



Hint 1:




notice that always two of five digits are the same (but in different place) like in the previous one number.




Hint 2:




There are always the same two digits




Hint 3:




For example 12345 -> 33552. Next 33552 -> 45624 and so on.




Hint 4:




What with other digits?




Hint 5




Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.











share|improve this question



























    up vote
    4
    down vote

    favorite












    We have following sequence:




    12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678




    What will be the next number?



    Answer is known now (@JonMark Perry and @Mark found it). The answer is:



    Danger! It is the correct answer:




    106890




    or




    A688A




    but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).



    Now the question is: what is the general rule?



    Hint 1:




    notice that always two of five digits are the same (but in different place) like in the previous one number.




    Hint 2:




    There are always the same two digits




    Hint 3:




    For example 12345 -> 33552. Next 33552 -> 45624 and so on.




    Hint 4:




    What with other digits?




    Hint 5




    Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.











    share|improve this question

























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      We have following sequence:




      12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678




      What will be the next number?



      Answer is known now (@JonMark Perry and @Mark found it). The answer is:



      Danger! It is the correct answer:




      106890




      or




      A688A




      but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).



      Now the question is: what is the general rule?



      Hint 1:




      notice that always two of five digits are the same (but in different place) like in the previous one number.




      Hint 2:




      There are always the same two digits




      Hint 3:




      For example 12345 -> 33552. Next 33552 -> 45624 and so on.




      Hint 4:




      What with other digits?




      Hint 5




      Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.











      share|improve this question















      We have following sequence:




      12345, 33552, 45624, 66345, 73557, 45678, 66885, 78957, 99678




      What will be the next number?



      Answer is known now (@JonMark Perry and @Mark found it). The answer is:



      Danger! It is the correct answer:




      106890




      or




      A688A




      but they found it by some properties of this sequence not by general rule and this general rule is very different (And it is interesting that this sequence has so many properties!).



      Now the question is: what is the general rule?



      Hint 1:




      notice that always two of five digits are the same (but in different place) like in the previous one number.




      Hint 2:




      There are always the same two digits




      Hint 3:




      For example 12345 -> 33552. Next 33552 -> 45624 and so on.




      Hint 4:




      What with other digits?




      Hint 5




      Because of general rule, the answer (10th number in sequence) is the first one that doesn't pass rule 99678 -> 106890 But it can be fixed if we choose A688A answer.








      number-sequence






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 19 at 10:08









      JonMark Perry

      15.1k52972




      15.1k52972










      asked Sep 19 at 7:37









      Piotr Wasilewicz

      1234




      1234




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          5
          down vote



          accepted










          Not sure, but:




          $A688A$, or $1068810$ if not using single digits




          because:




          the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.




          Also:




          the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.




          The general rule is:




          $abcde to (b+1)c(d+1)e(a+1)$







          share|improve this answer






















          • It is not my answer but I think it is also correct (in my answer I do everything in base 10)
            – Piotr Wasilewicz
            Sep 19 at 8:00










          • Yes, it is. Bravo :)
            – Piotr Wasilewicz
            Sep 19 at 9:49






          • 1




            Nice one, gratz 👍
            – Mark
            Sep 19 at 9:58

















          up vote
          3
          down vote













          The initial guess was that the answer is either:




          106890, or 6880, or 6890, or 06880




          Reasoning:




          Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.




          After the hint from the author:




          The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).

          Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.




          The final-final answer is:




          Well, back to the very start... 106890.




          P.S:




          But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)




          P.P.S:




          Thanks @JonMark Perry for the edits. :)







          share|improve this answer






















          • Got the same solution, but you were too fast ;)
            – npkllr
            Sep 19 at 7:54










          • One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
            – Piotr Wasilewicz
            Sep 19 at 7:56











          • I think I got it now. :)
            – Mark
            Sep 19 at 8:06










          • Correct reasoning but you chose (created) wrong answer :)
            – Piotr Wasilewicz
            Sep 19 at 8:09










          • @PiotrWasilewicz, how about now? :)
            – Mark
            Sep 19 at 8:19










          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: "559"
          ;
          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: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          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%2fpuzzling.stackexchange.com%2fquestions%2f72522%2fthe-next-number-in-sequence%23new-answer', 'question_page');

          );

          Post as a guest






























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          5
          down vote



          accepted










          Not sure, but:




          $A688A$, or $1068810$ if not using single digits




          because:




          the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.




          Also:




          the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.




          The general rule is:




          $abcde to (b+1)c(d+1)e(a+1)$







          share|improve this answer






















          • It is not my answer but I think it is also correct (in my answer I do everything in base 10)
            – Piotr Wasilewicz
            Sep 19 at 8:00










          • Yes, it is. Bravo :)
            – Piotr Wasilewicz
            Sep 19 at 9:49






          • 1




            Nice one, gratz 👍
            – Mark
            Sep 19 at 9:58














          up vote
          5
          down vote



          accepted










          Not sure, but:




          $A688A$, or $1068810$ if not using single digits




          because:




          the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.




          Also:




          the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.




          The general rule is:




          $abcde to (b+1)c(d+1)e(a+1)$







          share|improve this answer






















          • It is not my answer but I think it is also correct (in my answer I do everything in base 10)
            – Piotr Wasilewicz
            Sep 19 at 8:00










          • Yes, it is. Bravo :)
            – Piotr Wasilewicz
            Sep 19 at 9:49






          • 1




            Nice one, gratz 👍
            – Mark
            Sep 19 at 9:58












          up vote
          5
          down vote



          accepted







          up vote
          5
          down vote



          accepted






          Not sure, but:




          $A688A$, or $1068810$ if not using single digits




          because:




          the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.




          Also:




          the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.




          The general rule is:




          $abcde to (b+1)c(d+1)e(a+1)$







          share|improve this answer














          Not sure, but:




          $A688A$, or $1068810$ if not using single digits




          because:




          the sequence repeats every five, with (plus 3) mapped across all the digits. You can use the map from $66345 to 73557$ to map from $99678$.




          Also:




          the sum of digits divided by $3$ is $n+4$ for the $n^th$ term.




          The general rule is:




          $abcde to (b+1)c(d+1)e(a+1)$








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 19 at 9:49

























          answered Sep 19 at 7:51









          JonMark Perry

          15.1k52972




          15.1k52972











          • It is not my answer but I think it is also correct (in my answer I do everything in base 10)
            – Piotr Wasilewicz
            Sep 19 at 8:00










          • Yes, it is. Bravo :)
            – Piotr Wasilewicz
            Sep 19 at 9:49






          • 1




            Nice one, gratz 👍
            – Mark
            Sep 19 at 9:58
















          • It is not my answer but I think it is also correct (in my answer I do everything in base 10)
            – Piotr Wasilewicz
            Sep 19 at 8:00










          • Yes, it is. Bravo :)
            – Piotr Wasilewicz
            Sep 19 at 9:49






          • 1




            Nice one, gratz 👍
            – Mark
            Sep 19 at 9:58















          It is not my answer but I think it is also correct (in my answer I do everything in base 10)
          – Piotr Wasilewicz
          Sep 19 at 8:00




          It is not my answer but I think it is also correct (in my answer I do everything in base 10)
          – Piotr Wasilewicz
          Sep 19 at 8:00












          Yes, it is. Bravo :)
          – Piotr Wasilewicz
          Sep 19 at 9:49




          Yes, it is. Bravo :)
          – Piotr Wasilewicz
          Sep 19 at 9:49




          1




          1




          Nice one, gratz 👍
          – Mark
          Sep 19 at 9:58




          Nice one, gratz 👍
          – Mark
          Sep 19 at 9:58










          up vote
          3
          down vote













          The initial guess was that the answer is either:




          106890, or 6880, or 6890, or 06880




          Reasoning:




          Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.




          After the hint from the author:




          The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).

          Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.




          The final-final answer is:




          Well, back to the very start... 106890.




          P.S:




          But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)




          P.P.S:




          Thanks @JonMark Perry for the edits. :)







          share|improve this answer






















          • Got the same solution, but you were too fast ;)
            – npkllr
            Sep 19 at 7:54










          • One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
            – Piotr Wasilewicz
            Sep 19 at 7:56











          • I think I got it now. :)
            – Mark
            Sep 19 at 8:06










          • Correct reasoning but you chose (created) wrong answer :)
            – Piotr Wasilewicz
            Sep 19 at 8:09










          • @PiotrWasilewicz, how about now? :)
            – Mark
            Sep 19 at 8:19














          up vote
          3
          down vote













          The initial guess was that the answer is either:




          106890, or 6880, or 6890, or 06880




          Reasoning:




          Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.




          After the hint from the author:




          The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).

          Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.




          The final-final answer is:




          Well, back to the very start... 106890.




          P.S:




          But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)




          P.P.S:




          Thanks @JonMark Perry for the edits. :)







          share|improve this answer






















          • Got the same solution, but you were too fast ;)
            – npkllr
            Sep 19 at 7:54










          • One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
            – Piotr Wasilewicz
            Sep 19 at 7:56











          • I think I got it now. :)
            – Mark
            Sep 19 at 8:06










          • Correct reasoning but you chose (created) wrong answer :)
            – Piotr Wasilewicz
            Sep 19 at 8:09










          • @PiotrWasilewicz, how about now? :)
            – Mark
            Sep 19 at 8:19












          up vote
          3
          down vote










          up vote
          3
          down vote









          The initial guess was that the answer is either:




          106890, or 6880, or 6890, or 06880




          Reasoning:




          Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.




          After the hint from the author:




          The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).

          Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.




          The final-final answer is:




          Well, back to the very start... 106890.




          P.S:




          But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)




          P.P.S:




          Thanks @JonMark Perry for the edits. :)







          share|improve this answer














          The initial guess was that the answer is either:




          106890, or 6880, or 6890, or 06880




          Reasoning:




          Digits of numbers no. 6 through 9 are numbers 1-4 plus 3. (12345 +3 = 45678 etc.). The 5th number is 73557, but its unclear whether the author intended to treat it as a whole number or separate digits. Therefore, I suggested more than one answer.




          After the hint from the author:




          The difference between numbers 1 and 2 is 33552-12345=21207, between 2 and 3: 45624-33552=12072, between 3 and 4: 66345-45624=20721. The difference shifts numbers, therefore the next one is 07212 (7212).

          Checking it: 66345+7212=73557 (5th number). Continuing on, 73557+72120=145677; 6th number is 45678, so I guess the spare digit is added to the end. Moving on, 9th number is 99678 plus 7212 = 106890.




          The final-final answer is:




          Well, back to the very start... 106890.




          P.S:




          But the "regular math" is broken on 6th number anyways, as far as I'm concerned. :)




          P.P.S:




          Thanks @JonMark Perry for the edits. :)








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 19 at 8:35

























          answered Sep 19 at 7:47









          Mark

          3565




          3565











          • Got the same solution, but you were too fast ;)
            – npkllr
            Sep 19 at 7:54










          • One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
            – Piotr Wasilewicz
            Sep 19 at 7:56











          • I think I got it now. :)
            – Mark
            Sep 19 at 8:06










          • Correct reasoning but you chose (created) wrong answer :)
            – Piotr Wasilewicz
            Sep 19 at 8:09










          • @PiotrWasilewicz, how about now? :)
            – Mark
            Sep 19 at 8:19
















          • Got the same solution, but you were too fast ;)
            – npkllr
            Sep 19 at 7:54










          • One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
            – Piotr Wasilewicz
            Sep 19 at 7:56











          • I think I got it now. :)
            – Mark
            Sep 19 at 8:06










          • Correct reasoning but you chose (created) wrong answer :)
            – Piotr Wasilewicz
            Sep 19 at 8:09










          • @PiotrWasilewicz, how about now? :)
            – Mark
            Sep 19 at 8:19















          Got the same solution, but you were too fast ;)
          – npkllr
          Sep 19 at 7:54




          Got the same solution, but you were too fast ;)
          – npkllr
          Sep 19 at 7:54












          One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
          – Piotr Wasilewicz
          Sep 19 at 7:56





          One of your answers is correct but reason is different. It is possible to guess 4th number when you have only three of them (for example: guess 66345 when you have 12345, 33552, 45624). Think about that and you will know why one of them is correct :)
          – Piotr Wasilewicz
          Sep 19 at 7:56













          I think I got it now. :)
          – Mark
          Sep 19 at 8:06




          I think I got it now. :)
          – Mark
          Sep 19 at 8:06












          Correct reasoning but you chose (created) wrong answer :)
          – Piotr Wasilewicz
          Sep 19 at 8:09




          Correct reasoning but you chose (created) wrong answer :)
          – Piotr Wasilewicz
          Sep 19 at 8:09












          @PiotrWasilewicz, how about now? :)
          – Mark
          Sep 19 at 8:19




          @PiotrWasilewicz, how about now? :)
          – Mark
          Sep 19 at 8:19

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f72522%2fthe-next-number-in-sequence%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Peggy Mitchell

          The Forum (Inglewood, California)

          Palaiologos