PureBytes Links
Trading Reference Links
|
When neat coding fails, try brute force:
n:=20;
((n)-(n+1)/3)*C
+((n-1)-(n+1)/3)*Ref(C,n-(n+1))
+((n-2)-(n+1)/3)*Ref(C,n-(n+2))
+((n-3)-(n+1)/3)*Ref(C,n-(n+3))
+((n-4)-(n+1)/3)*Ref(C,n-(n+4))
+((n-5)-(n+1)/3)*Ref(C,n-(n+5))
+((n-6)-(n+1)/3)*Ref(C,n-(n+6))
+((n-7)-(n+1)/3)*Ref(C,n-(n+7))
+((n-8)-(n+1)/3)*Ref(C,n-(n+8))
+((n-9)-(n+1)/3)*Ref(C,n-(n+9))
+((n-10)-(n+1)/3)*Ref(C,n-(n+10))
+((n-11)-(n+1)/3)*Ref(C,n-(n+11))
+((n-12)-(n+1)/3)*Ref(C,n-(n+12))
+((n-13)-(n+1)/3)*Ref(C,n-(n+13))
+((n-14)-(n+1)/3)*Ref(C,n-(n+14))
+((n-15)-(n+1)/3)*Ref(C,n-(n+15))
+((n-16)-(n+1)/3)*Ref(C,n-(n+16))
+((n-17)-(n+1)/3)*Ref(C,n-(n+17))
+((n-18)-(n+1)/3)*Ref(C,n-(n+18))
+((n-19)-(n+1)/3)*Ref(C,n-(n+19));
wabbit :D
<snip>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|