SMARANDACHE STRICTLY STAIR CASE SEQUENCE
Amarnath Murthy, S.E.(E&T), WLS, Oil and Natural Gas Corporation Ltd., Sabarmati, Ahmedabad,-380005 INDIA.
Given a number system with base 'b'. We define a sequence with the following postulates:
Before we proceed with the general case, let us consider the case with b= 6. We get the following sequence.
1, 2, 3, 4, 5, 12, 13, 14, 15, 23, 24, 25, 34, 35, 45, 123, 124, 125, 134,135,145, 234, 235,245, 345, 1234, 1235, 1245, 1345, 2345, 12345.
For convenience we write the terms row wise with the rth row containing numbers with r digits.
(1) 1, 2, 3, 4, 5, { 5C1 = 5 numbers }
(2) 12, 13, 14, 15, 23, 24, 25, 34, 35, 45, { 5C2 = 10 numbers }
(3) 123, 124, 125, 134,135,145, 234, 235,245, 345, { 5C3 = 10 numbers }
(4) 1234, 1235, 1245, 1345, 2345, { 5C4 = 5 numbers }
(5) 12345. { 5C5 = 1 number }
Following properties can be noticed which are quite evident and can be proved easily.
** We take (nothing ) space as a number with
zero number of digits.
(1) There are b-1Cr ( 5Cr in this case ) numbers having exactly r digits.
(2) There are 2b-1 (25 =32, in this case) numbers in the finite sequence including the space which is considered as the lone number with zero digits.
Open Problems: