1,1,5,17,61,217,?,?.

Answers were Sorted based on User's Feedback



1,1,5,17,61,217,?,?...

Answer / prasad shetty

773,2753

The logic looks like this
The number at position x will be
(number at x-1) * 3 + (number at x-2) *2

Is This Answer Correct ?    15 Yes 6 No

1,1,5,17,61,217,?,?...

Answer / vignesh1988i

1025

Is This Answer Correct ?    3 Yes 7 No

1,1,5,17,61,217,?,?...

Answer / hari

356

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More C Interview Questions

What is methods in c?

0 Answers  


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


What are the advantages of union?

0 Answers  


Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  






What the advantages of using Unions?

0 Answers   TISL,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


i got 75% in all semester am i eligible for your company

0 Answers   Infosys,


How would you rename a function in C?

0 Answers   Tech Mahindra,


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


can a union be self-referenced?

1 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  


Categories