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 A355883 #13 Oct 04 2024 00:27:35 %S A355883 4,169,7141,301741,12749989,538747549,22764640981,961914128461, %T A355883 40645437426949,1717462645311229,72570948297479221, %U A355883 3066467006530462381,129572785291363217509,5475065165353811151709,231347489347123368595861,9775529461439509493215501 %N A355883 Number of ways to 5-color a 3 X n grid ignoring the variations of two colors. %C A355883 See A355881 for a general formula. %H A355883 Paolo Xausa, <a href="/A355883/b355883.txt">Table of n, a(n) for n = 1..600</a> %H A355883 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (45,-116). %F A355883 a(n) = A222139(n)/4. %F A355883 G.f.: x*(4-11*x)/(1-45*x+116*x^2). %F A355883 a(n) = 45*a(n-1) - 116*a(n-2) with a(1) = 4, a(2) = 169. %F A355883 a(n) = 2^(-3-n)*((45 - sqrt(1561))^n*(11*sqrt(1561) - 433) + (45 + sqrt(1561))^n*(11*sqrt(1561) + 433))/(29*sqrt(1561)). - _Stefano Spezia_, Jul 24 2022 %e A355883 a(1) = 4, 5 colors 1,2,3,4,5: 121, 123, 124, 125. %e A355883 The first two colors do not vary. %t A355883 LinearRecurrence[{45, -116}, {4, 169}, 20] (* _Paolo Xausa_, Oct 03 2024 *) %Y A355883 Cf. A355881, A355882. %K A355883 nonn,easy %O A355883 1,1 %A A355883 _Gerhard Kirchner_, Jul 24 2022