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
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
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