cp's OEIS Frontend

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.

A369328 Antidiagonal sums of A369326.

This page as a plain text file.
%I A369328 #15 May 17 2024 01:44:00
%S A369328 1,2,4,9,23,63,176,491,1362,3762,10369,28559,78653,216638,596761,
%T A369328 1643966,4528932,12476737,34372059,94691059,260862508,718644363,
%U A369328 1979777046,5454042866,15025219777,41392641187,114031662049,314143279634,865426307713,2384143611738,6568023995156
%N A369328 Antidiagonal sums of A369326.
%H A369328 Jean-Luc Baril, Pamela E. Harris, and José L. Ramírez, <a href="https://arxiv.org/abs/2405.05357">Flattened Catalan Words</a>, arXiv:2405.05357 [math.CO], 2024. See p. 22.
%H A369328 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (5,-8,5).
%F A369328 G.f.: (1 - 4*x + 5*x^2 - 3*x^3)/(1 - 5*x + 8*x^2 - 5*x^3).
%F A369328 a(n) = 5*a(n-1) - 8*a(n-2) + 5*a(n-3) for n > 3.
%t A369328 LinearRecurrence[{5,-8,5},{1,1,2,4},31]
%Y A369328 Cf. A369326.
%Y A369328 First column of A372883.
%K A369328 nonn,easy
%O A369328 0,2
%A A369328 _Stefano Spezia_, Jan 20 2024