This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A164279 #9 Apr 22 2013 02:37:52 %S A164279 1,3,2,9,6,4,6,27,18,12,18,12,8,12,18,81,54,36,54,36,24,36,54,36,24, %T A164279 16,24,36,24,36,54 %N A164279 Triangle of 2^n terms per row, a Petoukhov sequence generated from (3,2). %C A164279 Row sums = powers of 5: (1, 5, 25, 125,...). %C A164279 Petoukhov has pioneered the investigation of a class of matrices that are squares of other matrices composed of entirely irrational terms. A164279 terms = top rows, left columns of the Petoukhov matrices shown in A164092. %C A164279 The Petoukhov matrices associated with A164279 are shown in A164092 along with their derivation from phi, 1.618033989... %C A164279 The original Petoukhov matrices were in a binary Karnaugh map format. %C A164279 I have standardized the matrices and sequences, mapping them on the Gray code format shown in A147995. This allows for a ("1 operation" change from one term to the next. For example, in A164279, the next term is either (3/2)*(current term) or (2/3)*(current term) depending on the corresponding positional code of A164057: (a 1 or 0). %C A164279 Note the binomial frequence of terms per row: (e.g. one 27, three 18's, three 12's, and one 8) in row 3. %D A164279 Sergei Petoukhov & Matthew He, "Symmetrical Analysis Techniques for Genetic Systems and Bioinformatics - Advanced Patterns and Applications"; IGI Global, 978-1-60566-127-9, October, 2009; Chapters 2, 4, and 6. %F A164279 Using the row terms of A036562 (a 2x3 multiplication table): (1, 3,2; 4,6,9;, 8,12,18,27;...), rows of A164279 have leftmost terms extracting the power of 9 from A036562: (1, 3, 9, 27,...). Then accessing the corresponding row codes from A164057, and starting from the left, first term = a power of 9, then given the codes of A164057 (0 or 1), the next row term of A164279 = (3/2)*current term) if the corresponding term of A164057 = 1, and (2/3)*current term if 0. %e A164279 The distinct terms per row are (Cf. A036561): (1; 2,3; 4,6,9; 8,12,18,27; 16,24,36,54,81;) while the codes of A164057 begin: %e A164279 . %e A164279 1; %e A164279 1, 0; %e A164279 1, 0, 0, 1; %e A164279 1, 0, 0, 1, 0, 0, 1, 1; %e A164279 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1; %e A164279 ... %e A164279 Given (1, 3, 9, 27,...) as leftmost row terms and following the operational rules: (multiply current term by (3/2) if the corresponding code = 1; (or by (2/3) if 0). This generates A164279: . %e A164279 1; %e A164279 3, 2; %e A164279 9, 6, 4, 6; %e A164279 27, 18, 12, 18, 12, 8, 12, 18; %e A164279 81, 54, 36, 54, 36, 24, 36, 54, 36, 24, 16, 24, 36, 24, 36, 54; %e A164279 ... %Y A164279 Cf. A036561, A164057, A147995. %K A164279 nonn,tabf %O A164279 0,2 %A A164279 _Gary W. Adamson_, Aug 11 2009