0

Write a C++ program to sum the sequence. 1+1/!1+1/!2+1/!3+....Fibonacci

24th Nov 2017, 3:52 PM
Pritam Kumar
Pritam Kumar - avatar
7 Réponses
+ 2
what do you mean by this '1/!1' Doesn't make any sense , or did you mean 1 + 1/1! + 1/2! + 1/3! + 1/4!... Moreover that's not the Fibonacci series. it is 0 1 1 2 3 5 8 13 21 ....
24th Nov 2017, 4:04 PM
RZK 022
RZK 022 - avatar
+ 2
that can't make a series even then. it needs to be 1/0! + 1/1! + 2/2! + 3/3! + 4/5! + 5/8! ... as 0! is 1.
24th Nov 2017, 4:07 PM
RZK 022
RZK 022 - avatar
+ 1
you mean the fibonacci sequence???
24th Nov 2017, 3:53 PM
Dmitrii
Dmitrii - avatar
0
yes...
24th Nov 2017, 3:55 PM
Pritam Kumar
Pritam Kumar - avatar
0
I think there are plenty of Fibonacci sequence algorithms on google, else I will write one later...
24th Nov 2017, 4:03 PM
Dmitrii
Dmitrii - avatar
0
I think he means 0+1
24th Nov 2017, 4:05 PM
Dmitrii
Dmitrii - avatar
24th Nov 2017, 4:46 PM
#RahulVerma
#RahulVerma - avatar