![]() |
|
|
#12 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
619610 Posts |
Quote:
Your "cheating" by using a program means you came to the wrong conclusion.
Last fiddled with by retina on 2020-04-14 at 05:56 |
|
|
|
|
|
|
#13 |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
Guilty as stated. If you look to my first post in this thread, it is edited. One of the edited things (beside small stuff I "fix" in all my posts), was to add 10 to the list. I couldn't see it by "analysis" either, haha... That's why the rest of the comment where I stressed out that 10 can be in the list. In those 5 minutes I painted the vecsum(digits... line on the screen "to make sure" and I realized I missed the 10.
Last fiddled with by LaurV on 2020-04-14 at 07:56 |
|
|
|
|
|
#14 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
148410 Posts |
Quote:
Just to see a close example: s(4444^4368)=72010, so it is collapsing too quickly: s(s(4444^4368))=10 and s(s(s(4444^4368)))=1. Notice that if we see "average" expected digit sum for the first number, then in your example: s(4444^4443) ~ log(4444^4443)/log(10)*4.5=72932 and it is just "too" close to exclude 73000 with this heuristic. (there are other candidates with smaller probability) |
|
|
|
|
|
|
#15 |
|
Romulan Interpreter
Jun 2011
Thailand
226138 Posts |
|
|
|
|
|
|
#16 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
183416 Posts |
What is the digital sum3 of 999999999^999999999? IOW: SoD(SoD(SoD(999999999^999999999)))
I hope this breaks your cheating computer programs. |
|
|
|
|
|
#17 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22·1,549 Posts |
|
|
|
|
|
|
#18 |
|
Romulan Interpreter
Jun 2011
Thailand
100101100010112 Posts |
It does not. What you need is just a bit more RAM. This is just a ~8.9999 billion digits number and you need about 5GB RAM to store it in packed decimal, and you need to do about 30 "square and multiply" (2^30>999999999). iow, like 30 LL iterations of a OBD number...
![]() Of course, approaching the problem like that would be totally stupid, but well... hihi |
|
|
|
|
|
#19 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23×3×5×72 Posts |
Sum 1:
999999999 has 9 digits so 999999999^999999999 has at most 9*999999999 digits. The maximum possible sum of these digits is 9*9*999999999 = 80999999919. Sum 2: It is fairly clear that 79999999999 has the largest sum of digits below 80999999919. This sum is 97. Sum3: The number with the largest sum of digits below 97 is 89. This sum is 17. This leaves an upper bound of 17 for SoD(SoD(SoD(999999999^999999999))) This leaves the possibility 9 as we know that the SoD function preserves divisibility by 9. |
|
|
|
|
|
#20 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22×1,549 Posts |
Yeah. No computer assistance required.
henryzz and the mystery PMer had the same approach. |
|
|
|
|
|
#21 | |
|
Feb 2017
Nowhere
4,643 Posts |
Quote:
For i divisible by 3, both candidates 1 and 10 are less than the bound 13, so the bound is insufficient to determine the answer. I don't see a simple elegant solution in this case. |
|
|
|
|
|
|
#22 |
|
Jun 2003
2×7×113 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A new problem similar to the Collatz problem | dabler | Miscellaneous Math | 1 | 2018-07-28 14:03 |
| problem I have | science_man_88 | Miscellaneous Math | 2 | 2010-10-10 16:36 |
| PSU problem? | ian209 | Hardware | 4 | 2006-02-18 19:52 |
| 51 problem | Neves | Miscellaneous Math | 5 | 2004-02-10 22:59 |
| 51 problem | Neves | Puzzles | 15 | 2004-02-05 23:11 |