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 A338109 #31 Feb 16 2025 08:34:00 %S A338109 1,60,289,796,1689,3076,5065,7764,11281,15724,21201,27820,35689,44916, %T A338109 55609,67876,81825,97564,115201,134844,156601,180580,206889,235636, %U A338109 266929,300876,337585,377164,419721,465364,514201,566340,621889,680956,743649,810076,880345 %N A338109 a(n)/A002939(n+1) is the Kirchhoff index of the join of the disjoint union of two complete graphs on n vertices with the empty graph on n+1 vertices. %C A338109 Equivalently, the graph can be described as the graph on 3*n + 1 vertices with labels 0..3*n and with i and j adjacent iff A011655(i + j) = 1. %C A338109 These graphs are cographs. %C A338109 The initial term a(0) = 1 has been included to agree with the formula. For the graph, it should be 0. %H A338109 H-Y. Ching, R. Florez, and A. Mukherjee, <a href="https://arxiv.org/abs/2009.02770">Families of Integral Cographs within a Triangular Arrays</a>, arXiv:2009.02770 [math.CO], 2020. %H A338109 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/KirchhoffIndex.html">Kirchhoff Index</a> %H A338109 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A338109 a(n) = 1 + 10*n + 31*n^2 + 18*n^3. %F A338109 From _Stefano Spezia_, Oct 10 2020: (Start) %F A338109 G.f.: (1 + 56*x + 55*x^2 - 4*x^3)/(1 - x)^4. %F A338109 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n >= 4. (End) %e A338109 The adjacency matrix of the graph associated with n = 2 is: (compare A204437) %e A338109 [0, 1, 1, 0, 1, 1, 0] %e A338109 [1, 0, 0, 1, 1, 0, 1] %e A338109 [1, 0, 0, 1, 0, 1, 1] %e A338109 [0, 1, 1, 0, 1, 1, 0] %e A338109 [1, 1, 0, 1, 0, 0, 1] %e A338109 [1, 0, 1, 1, 0, 0, 1] %e A338109 [0, 1, 1, 0, 1, 1, 0] %e A338109 a(2) = 289 because the Kirchhoff index of the graph is 289/30 = 289/A002939(3). %e A338109 The first few Kirchhoff indices (n >= 1) as reduced fractions are 5, 289/30, 199/14, 563/30, 769/33, 5065/182, 647/20, 11281/306, 3931/95, 7067/154, 6955/138, 35689/650. %t A338109 Table[1+10n+31n^2+18n^3,{n,30}] %o A338109 (PARI) a(n)=1+10*n+31*n^2+18*n^3 \\ _Charles R Greathouse IV_, Oct 18 2022 %Y A338109 Cf. A002939, A011655, A204437, A338104. %K A338109 nonn,easy %O A338109 0,2 %A A338109 _Rigoberto Florez_, Oct 10 2020