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 A223940 #19 Jul 04 2019 10:30:28 %S A223940 1,2,4,8,16,31,61,117,228,436,845,1615,3120,5965,11501,22001,42365, %T A223940 81091,156010,298777,574450,1100620,2115150,4053959,7788126,14931102, %U A223940 28676899,54990202,105594073,202519004,388825095,745825185,1431776536,2746639052 %N A223940 Sums of antidiagonals of A223968. %H A223940 Harvey P. Dale, <a href="/A223940/b223940.txt">Table of n, a(n) for n = 0..1000</a> %H A223940 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,4,-3,-3,1). %F A223940 G.f.: (1-x) * (1+2*x-x^3) / (1-x-4*x^2+3*x^3+3*x^4-x^5). %F A223940 a(n) = a(n-1) + 4*a(n-2) - 3*a(n-3) - 3*a(n-4) + a(n-5) with a(0) = 1, a(1) = 2, a(2) = 4, a(3) = 8, a(4) = 16, a(5) = 31. %F A223940 a(n) = Sum_{k=0..n} A223968(n-k, k). %t A223940 CoefficientList[Series[(1-x)(1+2x-x^3)/(1-x-4x^2+3x^3+3x^4-x^5), {x,0,40}],x] (* or *) LinearRecurrence[{1,4,-3,-3,1},{1,2,4,8,16},40] (* _Harvey P. Dale_, Jul 04 2019 *) %Y A223940 Cf. A223968 %K A223940 nonn,easy %O A223940 0,2 %A A223940 _Philippe Deléham_, Mar 29 2013 %E A223940 a(32) corrected by _Sean A. Irvine_, May 19 2019