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.

A238374 Row sums of triangle in A204026.

This page as a plain text file.
%I A238374 #8 Feb 24 2018 11:54:36
%S A238374 1,2,4,6,9,12,17,22,30,38,51,64,85,106,140,174,229,284,373,462,606,
%T A238374 750,983,1216,1593,1970,2580,3190,4177,5164,6761,8358,10942,13526,
%U A238374 17707,21888,28653,35418,46364,57310,75021,92732,121389,150046,196414,242782
%N A238374 Row sums of triangle in A204026.
%H A238374 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,-1,1,-1).
%F A238374 G.f.: (1+x)*(1+x^2)/((1-x^2-x^4)*(1-x)).
%F A238374 a(n) = a(n-1) + a(n-2) - a(n-3) + a(n-4) - a(n-5), a(0) = 1, a(1) = 2, a(2) = 4, a(3) = 6, a(4) = 9.
%F A238374 a(2*n) = A157728(n+5) = A000045(n+5) - 4.
%F A238374 a(2*n+1) = 2*A001911(n+1) = 2*A000045(n+4) - 4.
%e A238374 Triangle in A204026 begins:
%e A238374 1;.........................sum = 1
%e A238374 1, 1;......................sum = 2
%e A238374 1, 2, 1;...................sum = 4
%e A238374 1, 2, 2, 1;................sum = 6
%e A238374 1, 2, 3, 2, 1;.............sum = 9
%e A238374 1, 2, 3, 3, 2, 1;..........sum = 12
%e A238374 1, 2, 3, 5, 3, 2, 1;.......sum = 17
%e A238374 1, 2, 3, 5, 5, 3, 2, 1;....sum = 22
%e A238374 1, 2, 3, 5, 8, 5, 3, 2, 1;.sum = 30
%t A238374 LinearRecurrence[{1,1,-1,1,-1},{1,2,4,6,9},50] (* _Harvey P. Dale_, Feb 24 2018 *)
%Y A238374 Cf. A000045, A001911, A157728, A204026
%K A238374 easy,nonn
%O A238374 0,2
%A A238374 _Philippe Deléham_, Feb 25 2014