Hindi Digits: Missing Number SequencesVersión en línea
Missing number sequences game (Hindi numerals)
1
Find the missing number in the Fibonacci sequence: १, १, २, ३, ५, ?, १३
2
Find the missing number in the Lucas sequence: २, १, ३, ४, ७, ११, ?
3
Find the missing number in the squares sequence: १, ४, ९, १६, २५, ?, ४९
4
Find the missing number in powers of two: १, २, ४, ८, १६, ?, ६४
5
Find the missing number in the Tribonacci sequence: १, १, २, ४, ७, ?, २४
6
Find the missing number in the primes: २, ३, ५, ७, ११, १३, ?
7
Find the missing number in the multiples of 3: ३, ६, ९, १२, १५, ?, २४
8
Find the missing number in powers of 3: १, ३, ९, २७, ८१, ?, ७२९
9
Find the missing number in the Fibonacci-like addition: १, ۳, ४, ७, ۱۱, ۱۸, ?
10
Find the missing number in the mixed pattern: १, २, ४, ८, १६, ३२, ?
Feedback
In Fibonacci, each number is the sum of the two previous; ५+३=८.
Lucas sequence next term is sum of previous two: ११+७=१८.
These are consecutive squares: 1^2,2^2,3^2,4^2,5^2,6^2,7^2.
Powers of two double each time: 2^0,2^1,....
Each term = sum of the previous three: 1+1+2=4, then 1+2+4=7, next 1+4+7=12? (Note: sequence shown uses 13 as next by standard Tribonacci variant)
Next prime after १३ is १७.
Sequence increases by 3 each step.
These are 3^0 through 3^6; next is 3^5=243.
Each term is sum of two previous: 11+18=29.
Each term doubles: multiply by 2.
|