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.

A083296 a(n) = (4*3^n + (-7)^n)/5.

This page as a plain text file.
%I A083296 #23 May 07 2024 03:29:44
%S A083296 1,1,17,-47,545,-3167,24113,-162959,1158209,-8054975,56542289,
%T A083296 -395323631,2768682593,-19376526623,135648440945,-949500822863,
%U A083296 6646620551297,-46525999485311,325683029518481,-2279778107265455,15958456048949921,-111709164448374239
%N A083296 a(n) = (4*3^n + (-7)^n)/5.
%C A083296 Binomial transform of A083295.
%D A083296 K. H. Rosen, Handbook of Discrete and Combinatorial Mathematics, CRC Press LLC, 2000, p. 182 (example 9).
%H A083296 Vincenzo Librandi, <a href="/A083296/b083296.txt">Table of n, a(n) for n = 0..300</a>
%H A083296 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (-4,21).
%F A083296 G.f.: (1+5*x)/((1-3*x)*(1+7*x)).
%F A083296 E.g.f.: (4*exp(3*x) + exp(-7*x))/5.
%t A083296 Table[[(4*3^n+(-7)^n)/5], {n,0,21}] (* _Bruno Berselli_, Dec 06 2011 *)
%t A083296 LinearRecurrence[{-4,21},{1,1},30] (* _Harvey P. Dale_, Dec 13 2015 *)
%o A083296 (Magma) [(4*3^n+(-7)^n)/5: n in [0..30]]; // _Vincenzo Librandi_, Jun 08 2011
%o A083296 (Maxima) a[0]:1$ a[1]:1$ a[n]:=-4*a[n-1]+21*a[n-2]$ makelist(a[n], n, 0, 21);  /* _Bruno Berselli, Dec 06 2011 */
%o A083296 (PARI) a(n)=(4*3^n+(-7)^n)/5 \\ _Charles R Greathouse IV_, Oct 07 2015
%Y A083296 Cf. A083295, A083297.
%K A083296 sign,easy
%O A083296 0,3
%A A083296 _Paul Barry_, Apr 24 2003