Write a simple formula that generates the below mentioned terms.
a) 1,2,2,3,4,4,5,6,6,7,8,8,...
b) 1,10,11, 100, 101, 110,111,1000,1001,1010,1011
a) if (n%2==1) write one time number n else write two times number n, where n from 1 to infinity
b) n10=n2 where n from 1 to infinity
Comments
Leave a comment