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

inline function is there in c language?

4 Answers  


Who is the founder of c language?

0 Answers  


please send me the code for multiplying sparse matrix using c

0 Answers  


difference between memcpy and strcpy

1 Answers  


Is c compiled or interpreted?

0 Answers  






Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


what are bitwise shift operators?

4 Answers  


main() {int a=200*200/100; printf("%d",a); }

14 Answers   TCS,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


What is a null string in c?

0 Answers  


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


what is the structure pointer?

0 Answers   Accenture, HCL,


Categories