2 lines
98 B
Text
2 lines
98 B
Text
select round ( power( ( 1 + sqrt( 5 ) ) / 2, level ) / sqrt( 5 ) ) fib
|
|
from range(1,11) t(level);
|