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.

A070373 a(n) = 5^n mod 19.

This page as a plain text file.
%I A070373 #49 Dec 14 2023 05:06:19
%S A070373 1,5,6,11,17,9,7,16,4,1,5,6,11,17,9,7,16,4,1,5,6,11,17,9,7,16,4,1,5,6,
%T A070373 11,17,9,7,16,4,1,5,6,11,17,9,7,16,4,1,5,6,11,17,9,7,16,4,1,5,6,11,17,
%U A070373 9,7,16,4,1,5,6,11,17,9,7,16,4,1,5,6,11,17,9,7,16,4,1,5,6,11,17,9,7,16
%N A070373 a(n) = 5^n mod 19.
%C A070373 Period 9: repeat [1, 5, 6, 11, 17, 9, 7, 16, 4].
%H A070373 G. C. Greubel, <a href="/A070373/b070373.txt">Table of n, a(n) for n = 0..999</a>
%H A070373 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,1). [_R. J. Mathar_, Apr 20 2010]
%F A070373 From _R. J. Mathar_, Apr 20 2010: (Start)
%F A070373 a(n) = a(n-9).
%F A070373 G.f.: ( -1-5*x-6*x^2-11*x^3-17*x^4-9*x^5-7*x^6-16*x^7-4*x^8 ) / ( (x-1)*(1+x+x^2)*(x^6+x^3+1) ). (End)
%t A070373 PowerMod[5,Range[0,100],19] (* _Harvey P. Dale_, Aug 18 2015 *)
%t A070373 PadRight[{},100,{1,5,6,11,17,9,7,16,4}] (* _Harvey P. Dale_, Aug 18 2015 *)
%o A070373 (Sage) [power_mod(5,n,19) for n in range(0,89)] # _Zerinvary Lajos_, Nov 26 2009
%o A070373 (PARI) a(n) = lift(Mod(5, 19)^n); \\ _Michel Marcus_, Mar 05 2016
%o A070373 (Magma) [Modexp(5, n, 19): n in [0..100]]; // _Vincenzo Librandi_, Jun 29 2016
%Y A070373 Cf. A000351.
%K A070373 nonn
%O A070373 0,2
%A A070373 _N. J. A. Sloane_, May 12 2002