Math, asked by mfayis910gmailcom, 1 year ago

write down the sequence of natural numbers ending in 1

Answers

Answered by Kshitij2312
5
The sequence would be:-

(n+1) 1

Keep looping this for as long as you want starting with n = 0.

if n > infinity
then,

(n+1) 1

loop

(this is more of a computing statement and not mathematically accurate literally)

Mathematically:-

1, 11, 21, 31, 41...

Take the first number as 1 and keep adding 10 to it for as long as you want.

Similar questions