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.

A201865 Expansion of 1/((1-3*x)*(1+7*x)).

This page as a plain text file.
%I A201865 #14 Sep 08 2022 08:46:01
%S A201865 1,-4,37,-232,1705,-11692,82573,-575824,4037329,-28241620,197750389,
%T A201865 -1384075576,9689060473,-67821828988,474757585885,-3323288752288,
%U A201865 23263064312737,-162841321048996,1139889634763461,-7979226281082760,55854587454363721,-390982101720192844
%N A201865 Expansion of 1/((1-3*x)*(1+7*x)).
%H A201865 Bruno Berselli, <a href="/A201865/b201865.txt">Table of n, a(n) for n = 0..1000</a>
%H A201865 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (-4,21).
%F A201865 G.f.: 1/((1-3*x)*(1+7*x)).
%F A201865 a(n) = (3^(n+1)+7*(-7)^n)/10.
%F A201865 a(n) = -4*a(n-1)+21*a(n-2) with n>0, a(-1)=0, a(0)=1.
%F A201865 a(n)-a(n-1) = A083300(n)*(-1)^n.
%F A201865 a(n)+5*a(n-1) = A083296(n) with a(-1)=0.
%t A201865 CoefficientList[Series[1/((1-3*x)*(1+7*x)), {x, 0, 22}], x]
%o A201865 (PARI) Vec(1/((1-3*x)*(1+7*x))+O(x^22))
%o A201865 (Magma) m:=22; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-3*x)*(1+7*x))));
%o A201865 (Maxima) makelist(coeff(taylor(1/((1-3*x)*(1+7*x)), x, 0, n), x, n), n, 0, 21);
%Y A201865 Cf. A014986, A083296, A083300.
%K A201865 sign,easy
%O A201865 0,2
%A A201865 _Bruno Berselli_, Dec 07 2011