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.

A026036 (d(n)-r(n))/5, where d = A006527 and r is the periodic sequence with fundamental period (4,1,4,0,1).

This page as a plain text file.
%I A026036 #11 Oct 21 2022 21:34:11
%S A026036 0,2,4,9,15,23,35,49,68,90,116,148,184,227,275,329,391,459,536,620,
%T A026036 712,814,924,1045,1175,1315,1467,1629,1804,1990,2188,2400,2624,2863,
%U A026036 3115,3381,3663,3959,4272,4600,4944,5306,5684,6081,6495,6927,7379,7849,8340,8850,9380,9932,10504,11099,11715
%N A026036 (d(n)-r(n))/5, where d = A006527 and r is the periodic sequence with fundamental period (4,1,4,0,1).
%H A026036 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1,0,1,-3,3,-1)
%F A026036 G.f.: [(2-2x+x^2)(1+x^2)x^3]/[(1-x)^3(1-x^5)].
%t A026036 LinearRecurrence[{3,-3,1,0,1,-3,3,-1},{0,2,4,9,15,23,35,49},60] (* _Harvey P. Dale_, Jun 09 2018 *)
%K A026036 nonn,easy
%O A026036 2,2
%A A026036 _Clark Kimberling_