+0  
 
0
686
2
avatar

Please give the next 4-5 terms of the following sequence and explain your method. Thanks and have a good weekend:

3, 4, 7, 10, 16, 21, 30, 40............etc.

 Apr 16, 2016
 #1
avatar
0



3, 4, 7, 10, 16, 21, 30, 40,

 

F(n) = Fibonacci[n] + Prime [n]

 

i searched the internet and found the answer.

 

now sure about the first term. seems like the first term should be 2.

 

Luke

 Apr 16, 2016
 #2
avatar+9589 
+1

As the guest said,

F(n) = Fibonacci[n] + Prime[n]

The next term of 40 would be the 9th term

The next 5 terms are:

F(9) = 34 + 23 = 57

F(10) = 55 + 29 = 84

F(11) = 89 + 31 = 120

F(12) = 144 + 37 = 181

F(13) = 233 + 41 = 274

 Apr 17, 2016

1 Online Users