I'm keeping an eye on this. I certainly haven't cracked it, and so far neither has anyone else.
2007-02-28 22:59:44
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
The only way I can see to mathematically express this is via a summation:
the n-th term is given by n^n, and to get the sum of the sequence, you need to add to that the sum of (n-x)^(n-x) for 0 < x <= n
combining the two into a single statement:
y(n) = SUM(0->x->n) (n-x)^(n-x)
example for n = 4:
y(4) = (4-0)^(4-0) + (4-1)^(4-1) + (4-2)^(4-2) + (4-3)^(4-3) + (4-4)^(4-4)
y(4) = 4^4 + 3^3 + 2^2 + 1^1
y(4) = 16 + 9 + 4 + 1
y(4) = 30
2007-02-27 06:27:58
·
answer #2
·
answered by vanchuck 2
·
0⤊
0⤋
The formula is :
n(n+1)(2n+1)/6
E.g., if n = 4, the answer is 4*5*9/6 = 180/6 = 30 = (1+4+9+16)
2007-02-27 06:47:55
·
answer #3
·
answered by BlessedSoul 2
·
0⤊
1⤋
term tn= n^n
sum = n^ * [1+ (n-1)^n-1 * n^-n + (n-2)^(n-2)*n^-n)]
2007-02-27 06:14:18
·
answer #4
·
answered by vaidehi 2
·
0⤊
0⤋
If you want people to do your homework, at least try to state the problem cleanly.
2007-02-27 06:28:30
·
answer #5
·
answered by Curt Monash 7
·
0⤊
2⤋
(n^0)^(n^0) +[(n^0 + n^0)]^(n^0 + n^0) + [(n^0 + n^0 + n^0)]^(n^0 + n^0 + n^0) + [(n^0 +n^0 + n^0 +n^0)]^(n^0 + n^0 + n^0 + n^0) + ... n
where n is any natural number.
2007-02-27 09:57:19
·
answer #6
·
answered by Anonymous
·
0⤊
1⤋
sumation would be the way to do it out... rest i could nt solve
2007-02-27 10:51:54
·
answer #7
·
answered by karishma 3
·
0⤊
1⤋
first you want to do your multiplication mmmkay. then you add everything together got it tough guy.
2007-02-27 06:10:55
·
answer #8
·
answered by Moby 3
·
0⤊
2⤋
=2560+
2007-02-27 07:11:14
·
answer #9
·
answered by Anonymous
·
0⤊
2⤋
i have solved it out!!
2007-02-27 06:08:52
·
answer #10
·
answered by Anonymous
·
0⤊
2⤋