Discuss Scratch

KeepInventory
Scratcher
31 posts

scratch版极智空间

谁能证明
<[((((((((1) * (1)) * (1))) + ((((2) * (2)) * (2)))) + ((((3) * (3)) * (3)))) + (......)) + ((((n) * (n)) * (n))))] = (((((((n) * (n)) * (n)) * (n)) + (((((2) * (n)) * (n)) * (n)))) + ((n) * (n))) / (4))>




Last edited by KeepInventory (Oct. 6, 2018 01:15:28)

KeepInventory
Scratcher
31 posts

scratch版极智空间


(((1)*(1))*(1))+(((2)*(2))*(2))+(((3)*(3))*(3))+(......)+((((foo))*(foo))*(foo))=(((((((n)*(n))*(n))*(n))+(((2)*(n))*(n))*(n))+((n)*(n))))∕4)))

Last edited by KeepInventory (Oct. 6, 2018 01:24:03)

KeepInventory
Scratcher
31 posts

scratch版极智空间

转成scratchblocks格式:
1*1*1+2*2*2+3*3*3+……+n*n*n=(n*n*n*n+2*n*n*n+n*n)/4
把……改成如下形式
(...... :: ......)

Powered by DjangoBB