Calculating Tetration
#9
andydude Wrote:Sorry, you wanted to know \( {}^{4}{3}\text{ mod } 10^8 \). Using this information, the last few digits are ...30214289387

Slowly, slowly, this contradicts my result 00739387.
As it seemed not to be explicit enough, I reexplain:

To get 3^(3^27) % 100000000 I just take 27 times the cube:
\( a_0 = 3 \)
\( a_{n+1} = {a_n} ^ 3 \) % 100000000
then \( a_{27}=3^{3^{27}} \) % 100000000 by the law \( (a\%m)^b=a^b\% m \).

We can also shorten this to 3^(3^27)=((3^19683)^19683)^19683, where 19683=3^9. Lets compute again this way:
3^19683 % 100000000 = 17859227
17859227^19683 % 100000000 = 384483
384483 ^ 19683 % 100000000 = 739387

So I come again to 3^(3^27) % 100000000 = 00739387.
Reply


Messages In This Thread
Calculating Tetration - by flanakin - 04/06/2008, 06:04 PM
RE: Calculating Tetration - by bo198214 - 04/06/2008, 08:28 PM
RE: Calculating Tetration - by flanakin - 04/07/2008, 01:44 AM
RE: Calculating Tetration - by andydude - 04/07/2008, 06:06 AM
RE: Calculating Tetration - by andydude - 04/07/2008, 06:14 AM
RE: Calculating Tetration - by andydude - 04/07/2008, 06:22 AM
RE: Calculating Tetration - by andydude - 04/07/2008, 08:06 AM
RE: Calculating Tetration - by bo198214 - 04/07/2008, 02:26 PM
RE: Calculating Tetration - by andydude - 04/07/2008, 04:24 PM
RE: Calculating Tetration - by andydude - 04/06/2008, 10:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Calculating the residues of \(\beta\); Laurent series; and Mittag-Leffler JmsNxn 0 3,760 10/29/2021, 11:44 PM
Last Post: JmsNxn



Users browsing this thread: 1 Guest(s)