A n -dimensional (hyper)cube has vertices (entity n , 0 ), edges (entity n , 1 ), faces (entity n , 2 ), etc. So that words do not have to be invented for each n -dimensional entity type. I will be referring to them as entity n , m or entities n m as appropriate Please, note that the full dimension entity is also counted. Here are some sample entity counts:
dimension entity n , 0 entity n , 1 entity n , 2 entity n , 3 entity n , 4 n = 0 1 0 0 0 0 n = 1 2 1 0 0 0 n = 2 4 4 1 0 0 n = 3 8 1 2 6 1 0 n = 4 1 6 3 2 2 4 8 1
What is ( ( ∑ n = 6 ∞ ∑ i = 0 n entity n , i ) m o d 7 2 9 ) ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Each column sums to 3 n , for n ≥ 6 , the columns modulus 729 are 0. Therefore, the sum is 0 .
Note the following (values of ( e + 2 v ) n : 0 1 2 3 4 5 6 7 8 1 e + 2 v e 2 + 4 v e + 4 v 2 e 3 + 6 v e 2 + 1 2 v 2 e + 8 v 3 e 4 + 8 v e 3 + 2 4 v 2 e 2 + 3 2 v 3 e + 1 6 v 4 e 5 + 1 0 v e 4 + 4 0 v 2 e 3 + 8 0 v 3 e 2 + 8 0 v 4 e + 3 2 v 5 e 6 + 1 2 v e 5 + 6 0 v 2 e 4 + 1 6 0 v 3 e 3 + 2 4 0 v 4 e 2 + 1 9 2 v 5 e + 6 4 v 6 e 7 + 1 4 v e 6 + 8 4 v 2 e 5 + 2 8 0 v 3 e 4 + 5 6 0 v 4 e 3 + 6 7 2 v 5 e 2 + 4 4 8 v 6 e + 1 2 8 v 7 e 8 + 1 6 v e 7 + 1 1 2 v 2 e 6 + 4 4 8 v 3 e 5 + 1 1 2 0 v 4 e 4 + 1 7 9 2 v 5 e 3 + 1 7 9 2 v 6 e 2 + 1 0 2 4 v 7 e + 2 5 6 v 8 1 3 9 2 7 8 1 2 4 3 7 2 9 2 1 8 7 6 5 6 1
Proof by induction proves the statement.