my @output = sort {$a <=> $b} map {fib($_)} @input;