login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Hexagrams of the Yi Jing [or I Ching] interpreted in base 10, with the top line = 2^5 (most significant bit) and the bottom line as 2^0 (least significant bit), MaWangDui order.
2

%I #4 Mar 30 2012 17:21:02

%S 63,56,60,59,58,61,57,62,36,39,32,35,34,37,33,38,18,23,16,20,19,21,17,

%T 22,9,15,8,12,11,10,13,14,0,7,4,3,2,5,1,6,27,31,24,28,26,29,25,30,45,

%U 47,40,44,43,42,41,46,54,55,48,52,51,50,53,49

%N Hexagrams of the Yi Jing [or I Ching] interpreted in base 10, with the top line = 2^5 (most significant bit) and the bottom line as 2^0 (least significant bit), MaWangDui order.

%C See A102241 for more comments and references.

%D D. E. Knuth, The Art of Computer Programming, vol. 4A, Combinatorial Algorithms, Section 7.2.1.7 (p. 486).

%Y Cf. A102241.

%K nonn,fini,full

%O 1,1

%A _David Applegate_, Nov 28 2006