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.

A092166 Let M = 2 X 2 matrix [ 1 2 / 5 4 ]; a(n) = (2,1) entry of M^n.

This page as a plain text file.
%I A092166 #15 Mar 16 2024 14:25:12
%S A092166 5,25,155,925,5555,33325,199955,1199725,7198355,43190125,259140755,
%T A092166 1554844525,9329067155,55974402925,335846417555,2015078505325,
%U A092166 12090471031955,72542826191725,435256957150355,2611541742902125
%N A092166 Let M = 2 X 2 matrix [ 1 2 / 5 4 ]; a(n) = (2,1) entry of M^n.
%H A092166 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (5,6).
%F A092166 a(n) = (5*6^n - 5*(-1)^n)/7.
%F A092166 a(n) = A092167(n) +(-1)^n.
%F A092166 From _Colin Barker_, Nov 08 2012: (Start)
%F A092166 a(n) = 5*a(n-1) + 6*a(n-2).
%F A092166 G.f.: -5*x/((x+1)*(6*x-1)). (End)
%t A092166 Table[ MatrixPower[{{1, 2}, {5, 4}}, n][[2, 1]], {n, 20}] (* _Robert G. Wilson v_, Apr 22 2004 *)
%Y A092166 Cf. A092164, A092165, A092167.
%K A092166 nonn,easy
%O A092166 1,1
%A A092166 Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Apr 01 2004
%E A092166 Edited by _Robert G. Wilson v_, Apr 22 2004