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 A290938 #14 Feb 16 2025 08:33:50 %S A290938 5,23,83,291,1015,3539,12339,43043,150239,524723,1833771,6412467, %T A290938 22437095,78553491,275180323,964534339,3382685743,11869824179, %U A290938 41673547291,146387820371,514484547639,1809077492883,6364347723667,22400458807139,78878848178815,277881197881011 %N A290938 Number of dominating sets in the n-gear graph. %C A290938 Extended to a(1)-a(2) using the formula/recurrence. %H A290938 James East, Jitender Kumar, James D.Mitchell, Wilf A. Wilson, <a href="https://arxiv.org/abs/1706.04967">Maximal subsemigroups of finite transformation and diagram monoids</a>, Journal of Algebra (2018), 504, 176-216, arXiv:1706.04967 [math.GR], 2017-2018. %H A290938 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/DominatingSet.html">Dominating Set</a> %H A290938 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GearGraph.html">Gear Graph</a> %H A290938 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (7, -12, -2, 3, 3, 2). %F A290938 a(n) = 7*a(n-1) - 12*a(n-2) - 2*a(n-3) + 3*a(n-4) + 3*a(n-5) + 2*a(n-6). %F A290938 G.f.: (x (-5 + 12 x + 18 x^2 + 4 x^3 - 5 x^4 - 8 x^5))/(-1 + 7 x - 12 x^2 - 2 x^3 + 3 x^4 + 3 x^5 + 2 x^6). %t A290938 Table[(1/2 (3 - Sqrt[17]))^n + (1/2 (3 + Sqrt[17]))^n - 1 + RootSum[-1 - # - 3 #^2 + #^3 &, #^n &], {n, 20}] // Expand %t A290938 LinearRecurrence[{7, -12, -2, 3, 3, 2}, {5, 23, 83, 291, 1015, 3539}, 20] %t A290938 CoefficientList[Series[(-5 + 12 x + 18 x^2 + 4 x^3 - 5 x^4 - 8 x^5)/(-1 + 7 x - 12 x^2 - 2 x^3 + 3 x^4 + 3 x^5 + 2 x^6), {x, 0, 20}], x] %Y A290938 Cf. A290378 (minimal dominating sets). %K A290938 nonn %O A290938 1,1 %A A290938 _Eric W. Weisstein_, Aug 14 2017