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 A109354 #38 Jun 05 2020 09:57:47 %S A109354 1,1,6,216,46656,60466176,470184984576,21936950640377856, %T A109354 6140942214464815497216,10314424798490535546171949056, %U A109354 103945637534048876111514866313854976,6285195213566005335561053533150026217291776,2280250319867037997421842330085227917956272625811456 %N A109354 a(n) = 6^((n^2 - n)/2). %C A109354 Sequence given by the Hankel transform (see A001906 for definition) of A078018 = {1, 1, 7, 55, 469, 4237, 39907, 387739, ...}; example: det([1, 1, 7, 55; 1, 7, 55, 469; 7, 55, 469, 4237; 55, 469, 4237, 39907]) = 6^6 = 46656. %C A109354 In general, sequences of the form m^((n^2 - n)/2) enumerate the graphs with n labeled nodes with m types of edge. a(n) therefore is the number of labeled graphs with n nodes with 6 types of edge. - _Mark Stander_, Apr 11 2019 %H A109354 Andrew Howroyd, <a href="/A109354/b109354.txt">Table of n, a(n) for n = 0..50</a> %F A109354 a(n+1) is the determinant of n X n matrix M_(i, j) = binomial(6i, j). %F A109354 G.f. A(x) satisfies: A(x) = 1 + x * A(6*x). - _Ilya Gutkovskiy_, Jun 04 2020 %t A109354 Table[6^((n^2-n)/2),{n,0,10}] (* _Harvey P. Dale_, May 28 2013 *) %o A109354 (PARI) a(n) = 6^((n^2 - n)/2); \\ _Michel Marcus_, Apr 12 2019 %Y A109354 Cf. A000400, A006125, A047656, A053763, A053764, A109345. %K A109354 nonn %O A109354 0,3 %A A109354 _Philippe Deléham_, Aug 25 2005 %E A109354 Terms a(11) and beyond from _Andrew Howroyd_, Jan 02 2020