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.

A141519 Period 10: repeat [-1, 1, -3, 7, -5, 3, -7, 9, -9, 5].

This page as a plain text file.
%I A141519 #28 Dec 12 2023 08:24:04
%S A141519 -1,1,-3,7,-5,3,-7,9,-9,5,-1,1,-3,7,-5,3,-7,9,-9,5,-1,1,-3,7,-5,3,-7,
%T A141519 9,-9,5,-1,1,-3,7,-5,3,-7,9,-9,5,-1,1,-3,7,-5,3,-7,9,-9,5,-1,1,-3,7,
%U A141519 -5,3,-7,9,-9,5,-1,1,-3,7,-5,3,-7,9,-9,5,-1,1,-3,7,-5,3,-7,9,-9,5,-1,1,-3,7,-5,3,-7,9,-9,5,-1,1,-3
%N A141519 Period 10: repeat [-1, 1, -3, 7, -5, 3, -7, 9, -9, 5].
%C A141519 It appears that abs(a(n)) = abs(A001469(n+1)) mod 10.
%C A141519 It also appears that abs(a(n)) = abs(A228767(n+4)) mod 10. - _Michel Marcus_, Sep 04 2013
%H A141519 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (-1,-1,-1,-1,-1,-1,-1,-1,-1).
%F A141519 G.f.: ( -1-3*x^2+4*x^3+2*x^5-5*x^6-5*x^8-x^4+4*x^7 ) / ( (1+x)*(1+x+x^2+x^3+x^4)*(x^4-x^3+x^2-x+1) ). - _R. J. Mathar_, Oct 08 2011
%F A141519 a(n) = - Sum_{k=1..9} a(n-k). - _Wesley Ivan Hurt_, May 27 2021
%t A141519 PadRight[{},120,{-1,1,-3,7,-5,3,-7,9,-9,5}] (* _Harvey P. Dale_, Mar 03 2023 *)
%Y A141519 Cf. A001469, A228767.
%K A141519 sign,easy,less
%O A141519 0,3
%A A141519 _Paul Curtz_, Aug 11 2008