OFFSET
1,1
COMMENTS
In the Janet arrangement, the elements appear in groups of twice 2, twice 8,... twice 2*k^2, and are here right-aligned:
...............................1,.2;
...............................3,.4;
.............5,.6,.7,.8,.9,10,11,12;
............13,14,15,16,17,18,19,20;
...28,39.30,31,32,33,34,35,36,37,38;
The even numbers in the table are read top-down, right-to-left and entered into the sequence (which, in consequence, is a permutation of the even numbers.)
LINKS
EXAMPLE
Skipping each second (i.e., each odd) element in the table, the result is
2;
4;
12,10,8,6;
20,18,16,14;
38,36,34,32,30,28,..
counting down the even numbers restarting at indices provided by A168380.
CROSSREFS
KEYWORD
nonn,less,tabf
AUTHOR
Paul Curtz, Nov 23 2009
STATUS
approved