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 A286911 #15 Feb 16 2025 08:33:45 %S A286911 1,7,43,277,1777,11407,73219,469981,3016729,19363879,124293499, %T A286911 797819173,5121067777,32871277183,210995228083,1354343064493, %U A286911 8693301516841,55800847838359,358176305451691,2299073773191541,14757369859827601,94725087867636847 %N A286911 Number of edge covers in the ladder graph P_2 x P_n. %H A286911 Andrew Howroyd, <a href="/A286911/b286911.txt">Table of n, a(n) for n = 1..200</a> %H A286911 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/EdgeCover.html">Edge Cover</a> %H A286911 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LadderGraph.html">Ladder Graph</a> %H A286911 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (6, 3, -2). %F A286911 a(n) = 6*a(n-1) + 3*a(n-2) - 2*a(n-3) for n > 3. %F A286911 G.f.: x*(1-x)*(1+2*x)/(1-6*x-3*x^2+2*x^3). %t A286911 Table[-RootSum[2 - 3 # - 6 #^2 + #^3 &, -14 #^n - 5 #^(n + 1) + #^(n + 2) &]/30, {n, 20}] (* _Eric W. Weisstein_, Aug 09 2017 *) %t A286911 LinearRecurrence[{6, 3, -2}, {1, 7, 43}, 20] (* _Eric W. Weisstein_, Aug 09 2017 *) %t A286911 CoefficientList[Series[(1 + x - 2 x^2)/(1 - 6 x - 3 x^2 + 2 x^3), {x, 0, 20}], x] (* _Eric W. Weisstein_, Aug 09 2017 *) %Y A286911 Row 2 of A286912. %Y A286911 Cf. A123304, A020866. %K A286911 nonn %O A286911 1,2 %A A286911 _Andrew Howroyd_, May 15 2017