Question: Output digits in vector

Hi together,

i wanted to assume the sequence term A(n) of the first Perrin-Pseude-Prime n = 271441.

It´s not that difficult, but i do not understand the Maple-output, and i´ve never found an explenation for it.

the input was: > MatrixVectorMultiply(M^90480, v);  --> its the Matrix formula for the recurrence.

the output gives me a vector (3x1) with the following entry in the second line (witch is the line i want to know):

[1520754457210056560293420744555[...32950digits...]12418878661431359418009902074996344378]

i know the A(n) is very huge; but what does this output mean? especially what does the part [...32950 digits...] mean?

all together: does it really means that there are 32950 digits between the two parts of the expression?... in that case: how can i ask Maple for the complete number of digits? or how can i force Maple to give me the complete (very huge) A(n)?

 

i hope you can help me!

cheers, Martin

Please Wait...