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 A347972 #9 Sep 30 2021 11:42:01 %S A347972 1,1,1,1,4,1,1,9,9,1,1,19,56,19,1,1,33,289,289,33,1,1,55,1358,4836, %T A347972 1358,55,1,1,85,5771,80605,80605,5771,85,1,1,128,22594,1271870, %U A347972 5525686,1271870,22594,128,1,1,183,81802,18478460,372302962,372302962,18478460,81802,183,1 %N A347972 Triangle read by rows: T(n, k) is the number of k-dimensional subspaces in (F_5)^n, counted up to coordinate permutation (n >= 0, 0 <= k <= n). %C A347972 Columns can be computed by a method analogous to that of Fripertinger for isometry classes of linear codes, disallowing scalar transformation of individual coordinates. %C A347972 Regarding the formula for column k = 1, note that A241926(q - 1, n) counts, up to coordinate permutation, one-dimensional subspaces of (F_q)^n generated by a vector with no zero component. %H A347972 Álvar Ibeas, <a href="/A347972/b347972.txt">Entries up to T(12, 5)</a> %H A347972 H. Fripertinger, <a href="http://www.mathe2.uni-bayreuth.de/frib/codes/tables.html">Isometry classes of codes</a> %H A347972 Álvar Ibeas, <a href="/A347972/a347972.txt">Column k=1 up to n=100</a> %H A347972 Álvar Ibeas, <a href="/A347972/a347972_1.txt">Column k=2 up to n=100</a> %H A347972 Álvar Ibeas, <a href="/A347972/a347972_2.txt">Column k=3 up to n=100</a> %H A347972 Álvar Ibeas, <a href="/A347972/a347972_3.txt">Column k=4 up to n=100</a> %H A347972 Álvar Ibeas, <a href="/A347972/a347972_4.txt">Column k=5 up to n=100</a> %F A347972 T(n, 1) = T(n - 1, 1) + A008610(n). %e A347972 Triangle begins: %e A347972 k: 0 1 2 3 4 5 6 %e A347972 ------------------------------- %e A347972 n=0: 1 %e A347972 n=1: 1 1 %e A347972 n=2: 1 4 1 %e A347972 n=3: 1 9 9 1 %e A347972 n=4: 1 19 56 19 1 %e A347972 n=5: 1 33 289 289 33 1 %e A347972 n=6: 1 55 1358 4836 1358 55 1 %e A347972 There are 6 = A022169(2, 1) one-dimensional subspaces in (F_5)^2. By coordinate swap, <(0, 1)> is identified with <(1, 0)> and <(1, 2)> with <(1, 3)>, while <(1, 1)> and <(1, 4)> rest invariant. Hence, T(2, 1) = 4. %Y A347972 Cf. A022169, A008610, A241926. %K A347972 nonn,tabl %O A347972 0,5 %A A347972 _Álvar Ibeas_, Sep 21 2021