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 A321672 #6 Oct 21 2022 21:55:39 %S A321672 0,0,12,108,480,1500,3780,8232,16128,29160,49500,79860,123552,184548, %T A321672 267540,378000,522240,707472,941868,1234620,1596000,2037420,2571492, %U A321672 3212088,3974400,4875000,5931900,7164612,8594208,10243380,12136500 %N A321672 Number of chiral pairs of rows of length 5 using up to n colors. %H A321672 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6, -15, 20, -15, 6, -1). %F A321672 a(n) = (n^5 - n^3) / 2. %F A321672 a(n) = (A000584(n) - A000578(n)) / 2. %F A321672 a(n) = A000584(n) - A168178(n) = A168178(n) - A000578(n). %F A321672 G.f.: (Sum_{j=1..5} S2(5,j)*j!*x^j/(1-x)^(j+1) - Sum_{j=1..3} S2(3,j)*j!*x^j/(1-x)^(j+1)) / 2, where S2 is the Stirling subset number A008277. %F A321672 G.f.: x * Sum_{k=1..4} A145883(5,k) * x^k / (1-x)^6. %F A321672 E.g.f.: (Sum_{k=1..5} S2(5,k)*x^k - Sum_{k=1..3} S2(3,k)*x^k) * exp(x) / 2, where S2 is the Stirling subset number A008277. %F A321672 For n>5, a(n) = Sum_{j=1..6} -binomial(j-7,j) * a(n-j). %e A321672 For a(0)=0 and a(1)=0, there are no chiral rows using fewer than two colors. For a(2)=12, the chiral pairs are AAAAB-BAAAA, AAABA-ABAAA, AAABB-BBAAA, AABAB-BABAA, AABBA-ABBAA, AABBB-BBBAAA, ABAAB-BAABA, ABABB-BBABA, ABBAB-BABBA, ABBBB-BBBBA, BAABB-BBAAB, and BABBB-BBBAB. %t A321672 Table[(n^5-n^3)/2,{n,0,40}] %t A321672 LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 0, 12, 108, 480, 1500}, 40] %o A321672 (PARI) a(n)=(n^5-n^3)/2 \\ _Charles R Greathouse IV_, Oct 21 2022 %Y A321672 Row 5 of A293500. %Y A321672 Cf. A000584 (oriented), A168178 (unoriented), A000578 (achiral). %K A321672 nonn,easy %O A321672 0,3 %A A321672 _Robert A. Russell_, Nov 16 2018