OFFSET
1,2
COMMENTS
A permutation of the natural numbers.
EXAMPLE
1st row lists the powers of 2 in ascending order starting with 1;
2nd row = [3, 6, 9, 12, 18, 24, 27, 48, 36, 96, 54, 192, 72, 384, 81, ...] = 3*[1, 2, 3, 4, 6, 8, 9, 16, 12, 32, 18, 64, 24, 128, 27, ...];
3rd row = [5, 10, 15, 20, 30, 25, 40, 45, 50, 80, 60, 75, 160, 90, 100, ...] = 5*[1, 2, 3, 4, 6, 5, 8, 9, 10, 16, 12, 15, 32, 18, 20, ...];
4th row = [7, 14, 21, 28, 42, 35, 56, 63, 70, 49, 112, 84, 105, 98, ...] = 7*[1, 2, 3, 4, 6, 5, 8, 9, 10, 7, 16, 12, 15, 14, 32, 18, 20, 21, ...];
etc.
Table begins:
1,2,4,8,16,32,64,128,256,512,1024,2048,...
3,6,9,12,18,24,27,48,36,96,54,192,72,384,81,...
5,10,15,20,30,25,40,45,50,80,60,75,160,90,...
7,14,21,28,42,35,56,63,70,49,112,84,105,98,...
11,22,33,44,66,55,88,99,110,77,176,132,...
13,26,39,52,78,65,104,117,130,91,208,156,...
17,34,51,68,102,85,136,153,170,119,272,204,...
...
CROSSREFS
KEYWORD
tabl,nonn
AUTHOR
Paul D. Hanna, May 25 2003
STATUS
approved