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.

A027942 a(n) = T(2n+1, n+2), T given by A027935.

This page as a plain text file.
%I A027942 #32 Sep 08 2022 08:44:49
%S A027942 1,11,51,176,530,1490,4043,10773,28445,74770,196116,513876,1345861,
%T A027942 3524111,9226935,24157220,63245318,165579398,433493615,1134902265,
%U A027942 2971214081,7778740966,20365009896,53316289896,139583861065,365435294675,956722024443,2504730780248
%N A027942 a(n) = T(2n+1, n+2), T given by A027935.
%H A027942 Vincenzo Librandi, <a href="/A027942/b027942.txt">Table of n, a(n) for n = 1..1000</a>
%H A027942 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (6,-13,13,-6,1).
%F A027942 a(n) = Fibonacci(2*n+5) - 2*n^2 - 5*n - 5.
%F A027942 G.f.: x*(1+5*x-2*x^2)/((1-x)^3*(1-3*x+x^2)). - _Colin Barker_, Sep 20 2012
%p A027942 with(combinat): seq(fibonacci(2*n+5) -(2*n^2+5*n+5), n=1..40); # _G. C. Greubel_, Sep 28 2019
%t A027942 CoefficientList[Series[(1+5x-2x^2)/((1-x)^3*(1-3x+x^2)), {x, 0, 40}], x] (* _Vincenzo Librandi_, Oct 18 2013 *)
%t A027942 LinearRecurrence[{6,-13,13,-6,1},{1,11,51,176,530},40] (* _Harvey P. Dale_, Aug 18 2017 *)
%o A027942 (Magma) [Fibonacci(2*n+5)-2*n^2-5*n-5: n in [1..30]]; // _Vincenzo Librandi_, Apr 18 2011
%o A027942 (PARI) vector(40, n, fibonacci(2*n+5) -(2*n^2+5*n+5) ) \\ _G. C. Greubel_, Sep 28 2019
%o A027942 (Sage) [fibonacci(2*n+5) -(2*n^2+5*n+5) for n in (1..40)] # _G. C. Greubel_, Sep 28 2019
%o A027942 (GAP) List([1..40], n-> Fibonacci(2*n+5) -(2*n^2+5*n+5) ); # _G. C. Greubel_, Sep 28 2019
%Y A027942 Cf. A000045, A027935.
%K A027942 nonn,easy
%O A027942 1,2
%A A027942 _Clark Kimberling_
%E A027942 More terms from _Vincenzo Librandi_, Oct 18 2013