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.

A271379 a(n) = 5^n mod 101.

This page as a plain text file.
%I A271379 #12 Sep 08 2022 08:46:16
%S A271379 1,5,25,24,19,95,71,52,58,88,36,79,92,56,78,87,31,54,68,37,84,16,80,
%T A271379 97,81,1,5,25,24,19,95,71,52,58,88,36,79,92,56,78,87,31,54,68,37,84,
%U A271379 16,80,97,81,1,5,25,24,19,95,71,52,58,88,36,79,92,56,78
%N A271379 a(n) = 5^n mod 101.
%C A271379 Period 25: repeat [1, 5, 25, 24, 19, 95, 71, 52, 58, 88, 36, 79, 92, 56, 78, 87, 31, 54, 68, 37, 84, 16, 80, 97, 81].
%H A271379 Vincenzo Librandi, <a href="/A271379/b271379.txt">Table of n, a(n) for n = 0..1000</a>
%H A271379 <a href="/index/Rec#order_25">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1).
%F A271379 G.f.: (1 +5*x +25*x^2 +24*x^3 +19*x^4 +95*x^5 +71*x^6 +52*x^7 +58*x^8 +88*x^9 +36*x^10 +79*x^11 +92*x^12 +56*x^13 +78*x^14 +87*x^15 +31*x^16 +54*x^17 +68*x^18 +37*x^19 +84*x^20 +16*x^21 +80*x^22 +97*x^23 +81*x^24)/(1-x^25).
%F A271379 a(n) = a(n-25).
%t A271379 PowerMod[5, Range[0, 100], 101]
%o A271379 (Magma) [Modexp(5, n, 101): n in [0..100]];
%o A271379 (PARI) a(n) = lift(Mod(5, 101)^n); \\ _Altug Alkan_, Apr 07 2016
%Y A271379 Cf. similar sequences listed in A271378.
%K A271379 nonn,easy
%O A271379 0,2
%A A271379 _Vincenzo Librandi_, Apr 07 2016