Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.8K Views
|
5 Replies
|
2 Total Likes
View groups...
Share
Share this post:

How to calculate the result only i.e. the number

Posted 8 months ago
POSTED BY: John Deere
5 Replies
Mod[Sqrt[
   Mod[Sqrt[
      Mod[Sqrt[
         Mod[Sqrt[Mod[14, 2^136279841 - 1]] - 2, 2^136279841 - 1]] - 
        2, 2^136279841 - 1]] - 2, 2^136279841 - 1]] - 2, 
 2^136279841 - 1]
% // N
POSTED BY: Gianluca Gorni
Posted 8 months ago
sq[x_] := x*x;
Mod[
[
  sq[Mod       sq[Mod[
            sq[Mod[
                 sq[Mod[14, 2^136279841 - 1]] - 2, 2^136279841 - 1]] - 2, 2^136279841 - 1]] - 2, 2^136279841 - 1]] - 2, 2^136279841 - 1]
POSTED BY: Eric Rimbey
Posted 8 months ago

What is sq?

POSTED BY: Eric Rimbey
Posted 8 months ago

Square of number. E.g. sq(2) = 4

POSTED BY: John Deere
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard