#sequences and series

19 messages · Page 1 of 1 (latest)

azure lynx
#

,rotate

elfin shadowBOT
stark kindle
#

So it's a recurring sequence

#

It's just going to keep going 3, 0, 1.5, 3, 0, 1.5

#

So I'd divide 50 by 3

#

,w 50/3

stark kindle
#

So do 16*(3+0+1.5)

#

Then there's still 2 terms left till 50

#

So do an additional 3+0

#

You could also do 10*(3+0+1.5+3+0)

#

Same outcome

stark kindle
#

For b the sum from 1 to 49 is the same as from 1 to 50 cause the last term is 0

#

So just multiply the sum by 2

azure lynx
#

Thanks very much

#

Yh this makes sense

#

Ty