This file is indexed.

/usr/share/axiom-20120501/input/summation.input is in axiom-test 20120501-8.

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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
)set break resume
)spool summation.output
)set message test on
)set output mathml on
)set message auto off
)clear all
 
--S 1 of 5
summation(i^2,i=a..b)^(d-c)
--R
--R         b      d - c
--R        --+    2
--R   (1)  >     i
--R        --+
--R        i= a
--R<math xmlns="http://www.w3.org/1998/Math/MathML" mathsize="big" display="block">
--I<mrow><msup><mrow><mo>(</mo><mrow><munderover><mo>&#x02211;</mo>...
--R</math>
--R
--R                                                    Type: Expression(Integer)
--E 1
--S 2 of 5
summation(i^2^(d-c),i=a..b)
--R
--R         b      d - c
--R        --+    2
--R   (2)  >     i
--R        --+
--R        i= a
--R<math xmlns="http://www.w3.org/1998/Math/MathML" mathsize="big" display="block">
--I<mrow><munderover><mo>&#x02211;</mo><mrow><mrow><mrow><mi>i</mi>...
--R</math>
--R
--R                                                    Type: Expression(Integer)
--E 2
--S 3 of 5
sum(operator(f) (i)+1,i=1..n)
--R
--R         n
--R        --+
--R   (3)  >     f(i) + 1
--R        --+
--R        i= 1
--R<math xmlns="http://www.w3.org/1998/Math/MathML" mathsize="big" display="block">
--I<mrow><munderover><mo>&#x02211;</mo><mrow><mrow><mrow><mi>i</mi>...
--R</math>
--R
--R                                                    Type: Expression(Integer)
--E 3
--S 4 of 5
sum(operator(f) (i),i=1..n)+1
--R
--R         n
--R        --+
--R   (4)  >     f(i) + 1
--R        --+
--R        i= 1
--R<math xmlns="http://www.w3.org/1998/Math/MathML" mathsize="big" display="block">
--I<mrow><mo>(</mo><mrow><munderover><mo>&#x02211;</mo><mrow><mrow>...
--R</math>
--R
--R                                                    Type: Expression(Integer)
--E 4
--S 5 of 5
sum(operator(f) (i)+1,i=1..n)^3
--R
--R         n            3
--R        --+
--R   (5)  >     f(i) + 1
--R        --+
--R        i= 1
--R<math xmlns="http://www.w3.org/1998/Math/MathML" mathsize="big" display="block">
--I<mrow><msup><mrow><mo>(</mo><mrow><munderover><mo>&#x02211;</mo>...
--R</math>
--R
--R                                                    Type: Expression(Integer)
--E 5
)spool 
)lisp (bye)