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.

A100990 a(n) = n^21 mod 100.

This page as a plain text file.
%I A100990 #25 Feb 09 2023 14:49:49
%S A100990 0,1,52,3,4,25,56,7,8,9,0,11,12,13,64,75,16,17,68,19,0,21,72,23,24,25,
%T A100990 76,27,28,29,0,31,32,33,84,75,36,37,88,39,0,41,92,43,44,25,96,47,48,
%U A100990 49,0,51,52,53,4,75,56,57,8,59,0,61,12,63,64,25,16,67,68,69,0,71,72,73,24
%N A100990 a(n) = n^21 mod 100.
%C A100990 Also n^(20k+1) mod 100 for any positive integer k.
%C A100990 There are 63 numbers (A075821) where the final two digits of n^21, n^41, n^61, etc. are equal to n.
%C A100990 Period 100.
%H A100990 Jianing Song, <a href="/A100990/b100990.txt">Table of n, a(n) for n = 0..99</a> (a period)
%F A100990 a(n) = A051126(A010809(n), 100) = a(n-100).
%e A100990 a(11) = 11 since 11^21 = 7400249944258160101211 and the final two digits are 11.
%t A100990 Table[Mod[n^21,100],{n,0,100}] (* _Vladimir Joseph Stephan Orlovsky_, Apr 13 2011 *)
%t A100990 PowerMod[Range[0,80],21,100] (* _Harvey P. Dale_, Mar 15 2015 *)
%o A100990 (Magma) [n^21 mod 100: n in [0..1000]]; // _Vincenzo Librandi_, Apr 21 2011
%o A100990 (PARI) a(n)=n^21%100 \\ _Charles R Greathouse IV_, Apr 06 2016
%Y A100990 Cf. A010809, A051126, A075821.
%K A100990 nonn,easy
%O A100990 0,3
%A A100990 _Henry Bottomley_, Nov 25 2004