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.

A253210 a(n) = 7^n + 6.

This page as a plain text file.
%I A253210 #10 Sep 08 2022 08:46:10
%S A253210 7,13,55,349,2407,16813,117655,823549,5764807,40353613,282475255,
%T A253210 1977326749,13841287207,96889010413,678223072855,4747561509949,
%U A253210 33232930569607,232630513987213,1628413597910455,11398895185373149,79792266297612007,558545864083284013
%N A253210 a(n) = 7^n + 6.
%C A253210 Subsequence of A226819.
%H A253210 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (8,-7).
%F A253210 G.f.: (7 - 43*x) / ((1 - x)*(1 - 7*x)).
%F A253210 a(n) = 8*a(n-1) - 7*a(n-2) for n>1.
%t A253210 Table[7^n + 6, {n, 0, 30}]
%o A253210 (Magma) [7^n+6: n in [0..30]];
%Y A253210 Cf. similar sequences listed in A253208.
%Y A253210 Cf. A164783, A226819.
%K A253210 nonn,easy
%O A253210 0,1
%A A253210 _Vincenzo Librandi_, Dec 29 2014