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.

A163192 a(n) = 20*a(n-1)-93*a(n-2) for n > 1; a(0) = 1, a(1) = 10.

This page as a plain text file.
%I A163192 #8 Sep 08 2022 08:45:46
%S A163192 1,10,107,1210,14249,172450,2123843,26439010,331262801,4166428090,
%T A163192 52521121307,662944613770,8374427993849,105834710796370,
%U A163192 1337872412499443,16914820145926450,213874268556080801
%N A163192 a(n) = 20*a(n-1)-93*a(n-2) for n > 1; a(0) = 1, a(1) = 10.
%C A163192 Binomial transform of A152266. Tenth binomial transform of powers of 7 interleaved with zeros.
%H A163192 Harvey P. Dale, <a href="/A163192/b163192.txt">Table of n, a(n) for n = 0..900</a>
%H A163192 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (20, -93).
%F A163192 a(n) = ((10+sqrt(7))^n+(10-sqrt(7))^n)/2.
%F A163192 G.f.: (1-10*x)/(1-20*x+93*x^2).
%t A163192 LinearRecurrence[{20,-93},{1,10},40] (* _Harvey P. Dale_, Nov 01 2011 *)
%o A163192 (Magma) [ n le 2 select 9*n-8 else 20*Self(n-1)-93*Self(n-2): n in [1..17] ];
%Y A163192 Cf. A152266, A000420 (powers of 7).
%K A163192 nonn
%O A163192 0,2
%A A163192 _Klaus Brockhaus_, Jul 22 2009