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 A290953 #16 Sep 08 2022 08:46:19 %S A290953 1,2,6,16,45,136,434,1436,4869,16804,58795,208022,742911,2674452, %T A290953 9694858,35357684,129644805,477638716,1767263207,6564120438, %U A290953 24466267039,91482563660,343059613671,1289904147346,4861946401475,18367353072176,69533550916029,263747951750386,1002242216651395,3814986502092332 %N A290953 The number of permutations in S_n for which the number of reduced words is maximized with respect to the numbers of braid and commutation classes: |R(w)| = |B(w)| * |C(w)|. %H A290953 S. Fishel, E. Milicevic, R. Patrias, and B. E. Tenner, <a href="https://arxiv.org/abs/1708.04372">Enumerations relating braid and commutation classes</a>, arXiv:1708.04372 [math.CO], 2017. %F A290953 a(1) = 1 and a(n) = C(n) + n - 2 for n > 1, where C(n) is the n-th Catalan number. %e A290953 a(3) = 6 because all six permutations in S_3 have this property. %t A290953 Join[{1}, Table[CatalanNumber[n] + n - 2, {n, 2, 30}]] (* _Vincenzo Librandi_, Aug 16 2017 *) %o A290953 (Magma) [1] cat [Catalan(n) + n - 2: n in [2..40]]; // _Vincenzo Librandi_, Aug 16 2017 %Y A290953 Cf. A000108, A290954. %K A290953 easy,nonn %O A290953 1,2 %A A290953 _Bridget Tenner_, Aug 15 2017