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.

A117088 a(n) = (11*5^n - 7)/4.

This page as a plain text file.
%I A117088 #31 Sep 08 2022 08:45:24
%S A117088 1,12,67,342,1717,8592,42967,214842,1074217,5371092,26855467,
%T A117088 134277342,671386717,3356933592,16784667967,83923339842,419616699217,
%U A117088 2098083496092,10490417480467,52452087402342,262260437011717,1311302185058592,6556510925292967
%N A117088 a(n) = (11*5^n - 7)/4.
%H A117088 Vincenzo Librandi, <a href="/A117088/b117088.txt">Table of n, a(n) for n = 0..1000</a>
%H A117088 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (6,-5).
%F A117088 a(n) = 5*a(n-1) + 7 with a(0) = 1.
%F A117088 G.f.: (1+6*x)/((1-x)*(1-5*x)). - _Philippe Deléham_, Feb 22 2014
%F A117088 a(n) = 6*a(n-1) - 5*a(n-2), a(0) = 1, a(1) = 12. - _Philippe Deléham_, Feb 22 2014
%F A117088 a(n) = (11*5^n - 7) / 4. - _Ralf Stephan_, Feb 23 2014
%e A117088 If n=1 then 5*(n-1) + 7 = 5*1 + 7 = 12, which is the second term.
%p A117088 A117088:=n->(11*5^n-7)/4: seq(A117088(n), n=0..25); # _Wesley Ivan Hurt_, Nov 12 2014
%t A117088 NestList[5# + 7 &, 1, 50] (* _Stefan Steinerberger_, Apr 21 2006 *)
%o A117088 (Magma) [(11*5^n-7)/4 : n in [0..25]]; // _Wesley Ivan Hurt_, Nov 12 2014
%Y A117088 Cf. A117617, A116952.
%K A117088 nonn,easy
%O A117088 0,2
%A A117088 _Parthasarathy Nambi_, Apr 17 2006
%E A117088 Definition corrected and better name by _Ralf Stephan_, Feb 23 2014