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.

A134301 Periodic sequence (0, 2, 6, 2, 0).

This page as a plain text file.
%I A134301 #18 Dec 12 2023 09:41:02
%S A134301 0,2,6,2,0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,
%T A134301 0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,0,0,2,6,2,0
%N A134301 Periodic sequence (0, 2, 6, 2, 0).
%C A134301 Also: twice the partial sums of A117444. - _R. J. Mathar_, Feb 01 2008
%H A134301 Rozsa Peter, Leon Harkleroad, <a href="https://doi.org/10.1007/BF03023987">Mathematics is Beautiful</a>, Math. Intellig., 12 (No. 1, 1990), 58-64.
%H A134301 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,1).
%F A134301 a(n) = n(n+1) mod 10
%F A134301 O.g.f.: -2/(x-1)+(2*x^3+2*x^2-2*x-2)/(1+x+x^2+x^3+x^4). a(n)=a(n-5). - _R. J. Mathar_, Feb 01 2008
%t A134301 PadRight[{},70,{0,2,6,2,0}] (* _Harvey P. Dale_, Mar 22 2012 *)
%o A134301 (PARI) a(n)=[0, 2, 6, 2, 0][n%5+1] \\ _Charles R Greathouse IV_, Jul 13 2016
%K A134301 nonn,easy
%O A134301 0,2
%A A134301 _Franz Vrabec_, Jan 30 2008