Dropping more non-ASCII characters from a comment in ifactor.lisp
[maxima.git] / share / contrib / Zeilberger / numerical.mac
blobd82f2fac22d8ebccd04bec396ab0e92f40ef20c2
1 /* Big primes with size smaller than 15 bits (one signed word) */
2 big_primes : [
3 2^15-19,
4 2^15-49,
5 2^15-51,
6 2^15-55,
7 2^15-61,
8 2^15-75,
9 2^15-81,
10 2^15-115,
11 2^15-121,
12 2^15-135,
13 2^15-147,
14 2^15-157,
15 2^15-159,
16 2^15-165,
17 2^15-181,
18 2^15-189,
19 2^15-195,
20 2^15-199];