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.

A174785 Expansion of g.f. (1+2*x-x^2+x^3-x^4-x^5)/(1+x^3)^2.

This page as a plain text file.
%I A174785 #13 May 29 2024 20:03:19
%S A174785 1,2,-1,-1,-5,1,1,8,-1,-1,-11,1,1,14,-1,-1,-17,1,1,20,-1,-1,-23,1,1,
%T A174785 26,-1,-1,-29,1,1,32,-1,-1,-35,1,1,38,-1,-1,-41,1,1,44,-1,-1,-47,1,1,
%U A174785 50,-1,-1,-53,1,1,56,-1,-1,-59,1,1,62,-1,-1,-65,1,1,68,-1,-1
%N A174785 Expansion of g.f. (1+2*x-x^2+x^3-x^4-x^5)/(1+x^3)^2.
%C A174785 Hankel transform of A174783.
%H A174785 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,-2,0,0,-1).
%F A174785 a(n) = (n+4)*cos(pi*n/3)/3 + n*sin(pi*n/3)/sqrt(3) - (n+1)*(-1)^n/3.
%F A174785 E.g.f.: exp(-x)*(2*exp(3*x/2)*(2 + x)*cos(sqrt(3)*x/2) + x - 1)/3. - _Stefano Spezia_, May 29 2024
%t A174785 CoefficientList[Series[(1+2x-x^2+x^3-x^4-x^5)/(1+x^3)^2,{x,0,50}],x] (* or *) LinearRecurrence[{0,0,-2,0,0,-1},{1,2,-1,-1,-5,1},60] (* _Harvey P. Dale_, May 11 2019 *)
%Y A174785 Cf. A174783.
%K A174785 easy,sign
%O A174785 0,2
%A A174785 _Paul Barry_, Mar 29 2010
%E A174785 a(51)-a(69) from _Stefano Spezia_, May 29 2024