First time here? Check out the FAQ!

Ask Your Question
0

how does sage factor a Mersenne number?

asked 8 years ago

randyh gravatar image

E.g. 2^67-1. Does it simply have/use a lookup-table for Mersennes?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 8 years ago

tmonteil gravatar image

By default, Sage delegates integer factorization to PARI, so you should have a look to their documentation and source code to know the details of the algorithm they use. It seems not to look at any table, since if you look to close numbers (e.g. 2^67-5), you will notice similar timings.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 8 years ago

Seen: 444 times

Last updated: Sep 05 '16