set x 0 while {$x<31} {puts [format "x = %.1f, y = %.6f" [expr $x*.1] [expr pow(26.5241/24,$x)]] incr x}