Skip to content

marcusmueller/Bocard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Test all integers up to n for n!+1=m^2 , m \in \mathbb N.

Needs GNU GMP.

Building

make

That's all, folks.

Running

./bocard max_n

tests all integers up to max_n.

max_n should be smaller than UINT64_MAX, but frankly, I never had the time to test with max_n>20,000 .

About

Test integers n for n!+1 being a square

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published