Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A "brute-force" approach to this problem is doubtful :

Such an approach would generate all possible sim of 16 terms, each representing one quadruplet i,j,k,l{0,,5}. Since there are 64=1296 such potential summation terms, there are 6416 possible 16-terms sums.But :

sage: (6^4)^16.log(10).n()
5596.93006676446

meaning that the number of sums is about 8.51105596, which seems a bit too large for systematic exploration...

Limiting the size of the exploration by other means is necessary. But this is the feathers of a totally different horse...

HTH, but doubting it,

click to hide/show revision 2
No.2 Revision

A "brute-force" approach to this problem is doubtful :

Such an approach would generate all possible sim sum of 16 terms, each representing one quadruplet i,j,k,l{0,,5}. Since there are 64=1296 such potential summation terms, there are 6416 possible 16-terms sums.But :

sage: (6^4)^16.log(10).n() 5596.93006676446

((6^4)^16).log(10).n() 49.8016800245532

meaning that the number of sums is about 8.51105596, 6.441049, which seems a bit too large for systematic exploration...

Limiting the size of the exploration by other means is necessary. But this is the feathers of a totally different horse...

HTH, but doubting it,

click to hide/show revision 3
No.3 Revision

A "brute-force" approach to this problem is doubtful :

Such an approach would generate all possible sum of 16 terms, each representing one quadruplet i,j,k,l{0,,5}. Since there are 64=1296 such potential summation terms, there are 6416 possible 16-terms sums.But :

sage: ((6^4)^16).log(10).n()
49.8016800245532

49.8016800245532

meaning that the number of sums is about 6.441049, which seems a bit too large for systematic exploration...

Limiting the size of the exploration by other means is necessary. But this is the feathers of a totally different horse...

HTH, but doubting it,