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.

A176633 a(n) = 6*a(n-1)-8*a(n-2) for n > 2; a(0) = 83, a(1) = 708, a(2) = 2952.

This page as a plain text file.
%I A176633 #10 Sep 08 2022 08:45:53
%S A176633 83,708,2952,12048,48672,195648,784512,3141888,12575232,50316288,
%T A176633 201295872,805244928,3221102592,12884656128,51539116032,206157447168,
%U A176633 824631754752,3298530951168,13194131668992,52776542404608
%N A176633 a(n) = 6*a(n-1)-8*a(n-2) for n > 2; a(0) = 83, a(1) = 708, a(2) = 2952.
%C A176633 Related to Reverse and Add trajectory of 77 in base 2: a(n) = A075253(4*n+1)/2, i.e., one half of second quadrisection of A075253.
%H A176633 Vincenzo Librandi, <a href="/A176633/b176633.txt">Table of n, a(n) for n = 0..1000</a>
%H A176633 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (6,-8).
%F A176633 a(n) = 6*(32*4^n-5*2^n) for n > 0, a(1) = 83.
%F A176633 G.f.: (83+210*x-632*x^2)/((1-2*x)*(1-4*x)).
%F A176633 G.f. for the sequence starting at a(1): 12*x*(59-108*x)/((1-2*x)*(1-4*x)).
%t A176633 CoefficientList[Series[(83 + 210 x - 632 x^2)/((1 - 2 x) (1 - 4 x)), {x, 0, 40}], x] (* _Vincenzo Librandi_, Sep 24 2013 *)
%t A176633 LinearRecurrence[{6,-8},{83,708,2952},30] (* _Harvey P. Dale_, Apr 08 2019 *)
%o A176633 (PARI) {m=20; v=concat([83, 708, 2952], vector(m-3)); for(n=4, m, v[n]=6*v[n-1]-8*v[n-2]); v}
%o A176633 (Magma) [83] cat [6*(32*4^n-5*2^n): n in [1..25]]; // _Vincenzo Librandi_, Sep 24 2013
%Y A176633 Cf. A075253 (Reverse and Add trajectory of 77 in base 2), A176632, A176634, A176635, A171470.
%K A176633 nonn
%O A176633 0,1
%A A176633 _Klaus Brockhaus_, Apr 22 2010