Two problems: What are the last 2 digits of 3^n and 3^(3^n), 3^((3^(3^n), etc. Thanks. For 2^n, 2^(2^n), 2^((2^(2^n) they are quite simple: 04, 08, 12, 16, 24, 28, 32, 36, 44, 48, 52, 56, 64, 68, 72, 76, 84, 88, 92, 96 and 2^(2^n): 16, 56, 96, 36, 2^((2^(2^n): 36. I can't seem to find this pattern with powers of 3, that is if there is such a pattern.
@ganeshie8 if you are here, please, give him your elegant method and result. :)
I have a problem understanding the question here. What is the value of n here ?
To me, n is any number. So, we have a set of 2 digit numbers as a result.
I want this sequence https://oeis.org/A206636 for base 3? If you answered my previous problem that would help.
@ganeshie8 hi dear my friend - please help me getting back my profile and presentlie i not can sending to somebody messages bc, the submit button was blocked
Oh sorry about that glitch. I'll message @Preetha
ty and please say to about submit blocked button too - ty. in advance
Can you tell me how 08 is in your sequence of 2^n ?
2^3 = 08; 2^23 = ...08, 2^43 = ...08,
Don't you just want the last two digits of powers of 2?
the last 2 digits of 3^n and 3^(3^n)
How does 2^3 fit in that pattern ?
2 2^2 2^(2^2) ....
I don't see 2^3
I am looking for a complete cycle for the last 2 digits of 3^n, the first period is 4, with 1, 3, 7, 9. I can't find the second period.
What has knuthh up arrow got anything to do with it ?
n^^a = n^n^n...n with a-1 ^ marks, n^^1 = n, n^^2 = n^n, n^^3 = n^n^n, etc....
arent you mixing powers of 2 with tetration
I don't get why you're considering 2^3 It is not a tetration
Nope. Just taking 2^^n mod 10^(n-1), except I want this with 3^^n mod 10^(n-1), and that is too hard to compute after n = 3.
Again, 2^3 doesnt beling in the sequence : 2 2^2 2^(2^2) ....
But I think I see what you're doing. Let me think a bit...
For 3^^n you should get just two remainders : 27, 87
Which one is the last remainder that continues in this sequence: 7, ?, ?, ?,
Try proving below result : 3^^4 = 3^^3 mod 100
3^^4 is a few trillion digits.
Yes, but you don't really need to write out the number in order to prove above result
I can't think of any way to compute that.
Can you work 3^(3^3) mod 100 ?
Use this fact : 3^20 = 1 mod 100
Yes. 87. This would be the case for an number of the form 3^(20x+7)
Yes Next work 3^^4 mod 100
3^(3^(3^3)) mod 100
The fact that the tens place is always even, so 3^n should have the form 20x+1,3,7,9? So remainders are 01, 03, 07, 09, 21, 23, 27, 29, 41, 43, 47, 49, 61, 63, 67, 69, 81, 83, 87, 89 is my guess? Not sure. The next step I should have four remainders: 03, 27, 83, 87? Did I get this right?
Again why are you mixing powers of 3 and tetrations?
This is the first two steps: 27, 87. Then 87 is my last remainder. So my first few sequences start here: 7, 87, ?. To find the third term would be either 087, 187, 287, 387, 487, 587, 687, 787, 987?
You want to find last 3 digits also is it ?
Yes. But first how do I prove the tens place is always even? I just showed that is most likely.
It may be useful to know, that by basic number theory, \(3^{99} \equiv 1\mod100\) by Euler's Theorem.
3^100 = 1 (mod 100)?
By quadratic residues, every odd square should be congruent to 1 (mod 8)? 3^2 = 1 (mod 8) and 3^3 = 3 (mod 8). The last three digits that end in 3 or 7 should be congruent to 3 (mod 8)? That leaves my understanding that the next term is either 187, 387, 587, 787, or 987?
Ooops, sorry, \(3^{40} \equiv 1 \mod 100\) and not \(3^{99} \equiv 1\). Euler's Theorem: https://en.wikipedia.org/wiki/Euler%27s_theorem
http://m.wolframalpha.com/input/?i=Table%5B3%5En+mod+100%2C+%7Bn%2C+1%2C+19%7D%5D&x=0&y=0
Join our real-time social learning platform and learn together with your friends!