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.

A097280 Perimeter of integer triangle (A001611(n), A001611(n+1), A001611(n+2)).

This page as a plain text file.
%I A097280 #23 Oct 11 2020 05:55:21
%S A097280 5,7,9,13,19,29,45,71,113,181,291,469,757,1223,1977,3197,5171,8365,
%T A097280 13533,21895,35425,57317,92739,150053,242789,392839,635625,1028461,
%U A097280 1664083,2692541,4356621,7049159,11405777,18454933,29860707,48315637
%N A097280 Perimeter of integer triangle (A001611(n), A001611(n+1), A001611(n+2)).
%H A097280 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (2,0,-1).
%F A097280 a(n) = 2*A001611(n+2) + 1;
%F A097280 a(n) = a(n-1) + 2*A000045(n).
%F A097280 a(n) = A001611(n) + A001611(n+1) + A001611(n+2).
%F A097280 a(n) = 2*a(n-1) - a(n-3).
%F A097280 G.f.: -(5*x^2 + 3*x - 5) / ((x-1)*(x^2 + x - 1)). - _Colin Barker_, Apr 10 2013
%F A097280 a(n) = 2*Fibonacci(n+2) + 3. - _Greg Dresden_, Oct 10 2020
%t A097280 Fibonacci[Range[2, 5! ]]*2+3 (* _Vladimir Joseph Stephan Orlovsky_, Mar 19 2010 *)
%t A097280 LinearRecurrence[{2,0,-1},{5,7,9},40] (* _Harvey P. Dale_, Nov 12 2015 *)
%Y A097280 Cf. A000045, A001611, A097281.
%K A097280 nonn,easy
%O A097280 0,1
%A A097280 _Reinhard Zumkeller_, Aug 04 2004
%E A097280 Corrected by _T. D. Noe_, Oct 25 2006