Identify the logic behind the series
6 28 66 120 190 276....
The numbers in the series should be used to create a Pyramid. The base of the Pyramid will be the widest and will start converging towards the top where there will only be one element. Each successive layer will have one number less than that on the layer below it. The width of the Pyramid is specified by an input parameter N. In other words there will be N numbers on the bottom layer of the pyramid
The Pyramid construction rules are as follows
First number in the series should be at the top of the Pyramid
Last N number of the series should be on the bottom-most layer of the Pyramid, with Nth number being the right-most number of this layer.
Numbers less than 5-digits must be padded with zeroes to maintain the sanctity of a Pyramid when printed. Have a look at the examples below to get a pictorial understanding of what this rule actually means.
QGP:
As you see this is an AP with a=22, d=16
Answers
Answered by
0
6*1=6
6*4+4=28
6*10+6=66
6*17+8=120
6*30+10=190
6*44+12=276....
6*4+4=28
6*10+6=66
6*17+8=120
6*30+10=190
6*44+12=276....
Similar questions
Science,
7 months ago
English,
1 year ago
CBSE BOARD X,
1 year ago
English,
1 year ago
English,
1 year ago