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.

A165759 a(n) = (7-4*7^n)/3.

This page as a plain text file.
%I A165759 #10 Apr 08 2016 03:10:06
%S A165759 1,-7,-63,-455,-3199,-22407,-156863,-1098055,-7686399,-53804807,
%T A165759 -376633663,-2636435655,-18455049599,-129185347207,-904297430463,
%U A165759 -6330082013255,-44310574092799,-310174018649607,-2171218130547263,-15198526913830855,-106389688396815999
%N A165759 a(n) = (7-4*7^n)/3.
%H A165759 G. C. Greubel, <a href="/A165759/b165759.txt">Table of n, a(n) for n = 0..500</a>
%H A165759 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (8, -7).
%F A165759 a(n) = 7*a(n-1)-14, a(0)=1.
%F A165759 a(n) = 8*a(n-1) - 7*a(n-2), a(0)= 1, a(1)= -7, for n>1.
%F A165759 G.f.: (1-15x)/(1-8x+7x^2).
%F A165759 a(n) = Sum_{0<=k<=n} A112555(n,k)*(-8)^(n-k).
%F A165759 E.g.f.: (1/3)*(7*exp(x) - 4*exp(7*x)). - _G. C. Greubel_, Apr 07 2016
%t A165759 (7-4*7^Range[0,20])/3 (* or *) LinearRecurrence[{8,-7},{1,-7},30] (* _Harvey P. Dale_, Dec 21 2014 *)
%K A165759 easy,sign
%O A165759 0,2
%A A165759 _Philippe Deléham_, Sep 26 2009
%E A165759 Corrected and extended by _Harvey P. Dale_, Dec 21 2014