"Astronaut" technically applies to all human space travelers regardless of nationality. However, astronauts fielded by Russia or the Soviet Union are typically known instead as cosmonauts (from the Russian "kosmos" (:>A<>A), meaning "space", also borrowed from Greek ).
Yuri Gagarin from the Soviet Union was the first human in space. His vehicle, Vostok 1 circled Earth at a speed of 27,400 kilometers per hour with the flight lasting 108 minutes. Vostok's reentry was controlled by a computer. Unlike the early US human spaceflight programs, Gagarin did not land inside of capsule.
The formula calculates the sum of a range of Fibonacci numbers. F(n) = F(n-1) + F(n-2), with F(0) = 0 and F(1) = 1. F(n) = F(1) + F(2) + ... + F(n-1) with F(0) = 0 and F(1) = 1.
Rules for Fibonacci Numbers\n\n Fibonacci sequence numbers follow a rule according to which, Fn = Fn-1 + Fn-2, where n > 1. The third Fibonacci number is given as F2 = F1 + F0. As we know, F0 = 0 and F1 = 1, the value of F2 = 0 + 1 = 1.