Post Reply 
Little math problems July 2019
08-02-2019, 11:23 PM
Post: #7
RE: Little math problems July 2019
Hi, Jim Horn

Thanks !

Consider only 1 of the 4 rectangle, size n x (n+1), total 1-way distance traveled f(n)

XCas> f(n) := sum(sum(a+b, a = 1 .. n), b = 0 .. n) // → n*(n+1)*(2n+1)/2
XCas> n := (x-1)/2         // since x = n + (n+1)
XCas> expand( 8*f(n) )   // → x³ - x

Trivia, f(n) happened to be 3 * sum(k^2, k=1 .. n)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Little math problems July 2019 - pier4r - 07-28-2019, 07:28 PM
RE: Little math problems July 2019 - Albert Chan - 08-02-2019 11:23 PM



User(s) browsing this thread: 1 Guest(s)