+ 1
What is the logic for this series
6,14,36,98,276,,796
11 Antworten
+ 6
6*3 - 4 = 14
14*3 - 6 =36
36*3 - 10 = 98
98*3 - 18 = 276
276*3 - 34 = 794
2*4-2 = 6
2*6-2 =10
2*10-2 =18
2*18-2 =34
last number is a prob
+ 22
here also 794
//!796 , i think he made typing mistake 😂
+ 20
i see 6 as last digit in alternate numbers & power of 3 increasing in initial digits (starting from 2nd)
//but pattern goes wrong bcz of last number 796 👈 & 2nd last number is missing(u putted a .)
//[wrong]
+ 20
@Ferhat sir ,
then also 796 doesn't satisty the condition
//so that logic also fails
+ 7
#http://oeis.org/search?q=6%2C14%2C36%2C98&sort=&language=&go=Search
#I think you are searching this one
for i in range(50):
i = 1**i+2**i+3**i
print(i,end=" ")
+ 4
@Gaurav,
Yes, you can see here too
https://www.quora.com/What-comes-next-in-6-14-36-98-276
+ 4
6*3-4 = 14;
14*3-6 = 36;
36*3-10= 98;
98*3-18 =276;
276*3-32= 796;
because..
4+2 = 6;
6+4 = 10;
10+8 = 18;
18 + 14 = 32;
because..
2-4-(6)-8-(10)-(12)-14- ()-()-()- .....even no
so, next number is...796*3- (32+22) = 2334
+ 3
@vijay yes... that works
very goood job
+ 2
@ oma.. 4th line...98*3-18
+ 2
@c lover your hint is too mystic... a bit clearer please
+ 1
thn wT will be ans fr this