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 A181617 #70 Feb 16 2025 08:33:13 %S A181617 0,4,24,72,160,300,504,784,1152,1620,2200,2904,3744,4732,5880,7200, %T A181617 8704,10404,12312,14440,16800,19404,22264,25392,28800,32500,36504, %U A181617 40824,45472,50460,55800,61504,67584,74052,80920,88200,95904,104044,112632,121680,131200 %N A181617 Molecular topological indices of the complete graph K_n. %C A181617 a(n) = the area of a trapezoid with vertices at (n-1,n), (n,n-1), ((n-1)^2,n^2), and (n^2,(n-1)^2). - _J. M. Bergot_, Mar 23 2014 %C A181617 For n > 3, also the detour index of the (n-1)-helm graph. - _Eric W. Weisstein_, Dec 16 2017 %C A181617 a(n-3) is the maximum sigma irregularity over all maximal 2-degenerate graphs with n vertices. The extremal graphs are 2-stars (K_2 joined to n-2 independent vertices). (The sigma irregularity of a graph is the sum of the squares of the differences between the degrees over all edges of the graph.) - _Allan Bickle_, Jun 14 2023 %H A181617 Vincenzo Librandi, <a href="/A181617/b181617.txt">Table of n, a(n) for n = 1..1000</a> %H A181617 Allan Bickle and Zhongyuan Che, <a href="https://doi.org/10.1016/j.dam.2023.01.020">Irregularities of Maximal k-degenerate Graphs</a>, Discrete Applied Math. 331 (2023) 70-87. %H A181617 Allan Bickle, <a href="https://doi.org/10.20429/tag.2024.000105">A Survey of Maximal k-degenerate Graphs and k-Trees</a>, Theory and Applications of Graphs 0 1 (2024) Article 5. %H A181617 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CompleteGraph.html">Complete Graph</a>. %H A181617 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/DetourIndex.html">Detour Index</a>. %H A181617 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HelmGraph.html">Helm Graph</a>. %H A181617 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/MolecularTopologicalIndex.html">Molecular Topological Index</a>. %H A181617 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A181617 a(n) = 2*n*(n-1)^2. %F A181617 a(n) = 4*A002411(n). %F A181617 G.f.: 4*x^2*(1+2*x)/(1-x)^4. - _Colin Barker_, Nov 04 2012 %F A181617 From _Amiram Eldar_, Jan 22 2023: (Start) %F A181617 Sum_{n>=2} 1/a(n) = Pi^2/12 - 1/2. %F A181617 Sum_{n>=2} (-1)^n/a(n) = Pi^2/24 - log(2) + 1/2. (End) %t A181617 CoefficientList[Series[4 x (1 + 2 x)/(1 - x)^4, {x, 0, 50}], x] (* _Vincenzo Librandi_, Mar 24 2014 *) %t A181617 LinearRecurrence[{4, -6, 4, -1}, {0, 4, 24, 72}, 50] (* _Harvey P. Dale_, Jun 16 2016 *) %t A181617 Table[2 n (n - 1)^2, {n, 20}] (* _Eric W. Weisstein_, Dec 16 2017 *) %o A181617 (PARI) a(n) = 2*n*(n-1)^2; \\ _Joerg Arndt_, Mar 24 2014 %o A181617 (Magma) [2*n*(n-1)^2: n in [1..50]]; // _Vincenzo Librandi_, Mar 24 2014 %Y A181617 Cf. A002411. %Y A181617 Cf. A011379, A181617, A270205 (sigma irregularities of maximal k-degenerate graphs). %K A181617 nonn,easy %O A181617 1,2 %A A181617 _Eric W. Weisstein_, Jul 10 2011 %E A181617 More terms from _Joerg Arndt_, Mar 24 2014