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.

A138653 a(n) = 3*a(n-1)-3*a(n-2)+a(n-3)+a(n-4).

This page as a plain text file.
%I A138653 #13 Sep 12 2017 13:18:36
%S A138653 1,2,4,8,15,27,48,86,156,285,521,950,1728,3140,5707,10379,18884,34362,
%T A138653 62520,113737,206897,376362,684652,1245504,2265815,4121947,7498552,
%U A138653 13641134,24815508,45143621,82124025,149397854,271780616,494415932,899427827,1636214155
%N A138653 a(n) = 3*a(n-1)-3*a(n-2)+a(n-3)+a(n-4).
%C A138653 Sequence is identical to its shifted third differences.
%H A138653 Colin Barker, <a href="/A138653/b138653.txt">Table of n, a(n) for n = 0..1000</a>
%H A138653 Denis Neiter and Amsha Proag, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL19/Proag/proag3.html">Links Between Sums Over Paths in Bernoulli's Triangles and the Fibonacci Numbers</a>, Journal of Integer Sequences, Vol. 19 (2016), Article 16.8.3.
%H A138653 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1,1).
%F A138653 G.f.: (1-x+x^2+x^3) / (1-3*x+3*x^2-x^3-x^4). - _Colin Barker_, Oct 18 2016
%t A138653 LinearRecurrence[{3, -3, 1, 1},{1, 2, 4, 8},14] (* _Ray Chandler_, Sep 23 2015 *)
%o A138653 (PARI) Vec((1-x+x^2+x^3)/(1-3*x+3*x^2-x^3-x^4) + O(x^50)) \\ _Colin Barker_, Oct 18 2016
%Y A138653 Cf. A098057, A003522.
%K A138653 nonn,easy
%O A138653 0,2
%A A138653 _Paul Curtz_, May 15 2008