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.

A189738 a(1)=3, a(2)=4, a(n) = 3*a(n-1) + 4*a(n-2).

This page as a plain text file.
%I A189738 #33 Feb 18 2024 03:32:50
%S A189738 3,4,24,88,360,1432,5736,22936,91752,367000,1468008,5872024,23488104,
%T A189738 93952408,375809640,1503238552,6012954216,24051816856,96207267432,
%U A189738 384829069720,1539316278888,6157265115544,24629060462184,98516241848728,394064967394920
%N A189738 a(1)=3, a(2)=4, a(n) = 3*a(n-1) + 4*a(n-2).
%H A189738 Vincenzo Librandi, <a href="/A189738/b189738.txt">Table of n, a(n) for n = 1..100</a>
%H A189738 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (3,4).
%F A189738 G.f.: x*(3-5*x)/(1-3*x-4*x^2). - _Bruno Berselli_, May 24 2011
%t A189738 LinearRecurrence[{3,4},{3,4},40]
%o A189738 (Maxima) a[1]:3$ a[2]:4$ a[n]:=3*a[n-1]+4*a[n-2]$ makelist(a[n], n, 1, 25); /* _Bruno Berselli_, May 24 2011 */
%o A189738 (PARI) a(n)=7<<(2*n)\/20-2*(-1)^n \\ _Charles R Greathouse IV_, Jul 15 2011
%Y A189738 Cf. A201455.
%K A189738 nonn,easy
%O A189738 1,1
%A A189738 _Harvey P. Dale_, Apr 26 2011