Consider all nine-digit numbers consisting of one each of the digits 1 through 9.
What is the sum of these numbers?
(In reply to
Is this it? by tomarken)
list
10 for I=1 to 9:T=T+I:next
20 N=!(8)
30 print T*N*111111111
OK
run
201599999798400
OK
|
Posted by Charlie
on 2006-04-14 15:03:32 |