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.

A262593 Expansion of (1-3*x)^3/((1-x)^4*(1-4*x)).

This page as a plain text file.
%I A262593 #10 Oct 24 2015 12:32:50
%S A262593 1,-1,-3,-1,13,63,237,879,3357,13135,52061,207519,829037,3314719,
%T A262593 13256973,53025423,212098557,848390319,3393556477,13574220095,
%U A262593 54296873421,217187485439,868749932077,3474999717039,13899998855133,55599995405583,222399981605277,889599926401759,3558399705585197
%N A262593 Expansion of (1-3*x)^3/((1-x)^4*(1-4*x)).
%C A262593 Suggested by A262592.
%H A262593 Colin Barker, <a href="/A262593/b262593.txt">Table of n, a(n) for n = 0..1000</a>
%H A262593 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (8,-22,28,-17,4).
%F A262593 a(n + 1) = (1/3)*(12*a(n) - 4*n^3 + 18*n^2 + 4*n - 15), a(0) = 1. - _Ilya Gutkovskiy_, Oct 22 2015
%F A262593 From _Colin Barker_, Oct 23 2015: (Start)
%F A262593 a(n) = 8*a(n-1)-22*a(n-2)+28*a(n-3)-17*a(n-4)+4*a(n-5) for n>4.
%F A262593 a(n) = (77+4^(1+n)-84*n-126*n^2+36*n^3)/81.
%F A262593 (End)
%o A262593 (PARI) Vec((1-3*x)^3/((1-x)^4*(1-4*x)) + O(x^40)) \\ _Michel Marcus_, Oct 23 2015
%o A262593 (PARI) a(n) = (77+4^(1+n)-84*n-126*n^2+36*n^3)/81 \\ _Colin Barker_, Oct 23 2015
%Y A262593 Cf. A262592.
%K A262593 sign,easy
%O A262593 0,3
%A A262593 _N. J. A. Sloane_, Oct 22 2015