/usr/lib/open-axiom/input/isprime.input is in open-axiom-test 1.5.0~svn3056+ds-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | --Copyright The Numerical Algorithms Group Limited 1994.
--The first two (2152302898747 and 3474749660383) are the only strong
--pseudoprimes bases 2,3,5,7,11 less than 10^13: the remaining three
--are the only Carmichael numbers less than 10^16 with this property.
n := 6763*10627*29947
prime?(n)
factor(n)
n := 1303*16927*157543
prime?(n)
factor(n)
n := 3739*18691*153259
prime?(n)
factor(n)
n := 46411*232051*417691
prime?(n)
factor(n)
n := 21319*106591*3005839
prime?(n)
factor(n)
|