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.

A027114 a(n) = A027113(n, n+2).

This page as a plain text file.
%I A027114 #10 Oct 23 2019 20:32:19
%S A027114 3,9,20,40,77,145,270,500,923,1701,3132,5764,10605,19509,35886,66008,
%T A027114 121411,223313,410740,755472,1389533,2555753,4700766,8646060,15902587,
%U A027114 29249421,53798076,98950092,181997597,334745773,615693470
%N A027114 a(n) = A027113(n, n+2).
%H A027114 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (2,0,0,-1).
%F A027114 G.f.: [3+3x+2x^2]/[(1-x)(1-x-x^2-x^3)].
%t A027114 CoefficientList[Series[(3+3x+2x^2)/((1-x)(1-x-x^2-x^3)),{x,0,40}],x] (* or *) LinearRecurrence[{2,0,0,-1},{3,9,20,40},40] (* _Harvey P. Dale_, Sep 26 2017 *)
%Y A027114 Equals A089068(n+2) - 3.
%K A027114 nonn
%O A027114 2,1
%A A027114 _Clark Kimberling_