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.

A271350 a(n) = 3^n mod 83.

This page as a plain text file.
%I A271350 #18 Sep 08 2022 08:46:16
%S A271350 1,3,9,27,81,77,65,29,4,12,36,25,75,59,11,33,16,48,61,17,51,70,44,49,
%T A271350 64,26,78,68,38,31,10,30,7,21,63,23,69,41,40,37,28,1,3,9,27,81,77,65,
%U A271350 29,4,12,36,25,75,59,11,33,16,48,61,17,51,70,44,49,64,26
%N A271350 a(n) = 3^n mod 83.
%H A271350 Vincenzo Librandi, <a href="/A271350/b271350.txt">Table of n, a(n) for n = 0..1000</a>
%H A271350 <a href="/index/Rec#order_41">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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%F A271350 a(n) = a(n-41).
%t A271350 PowerMod[3, Range[0, 100], 83]
%o A271350 (Magma) [Modexp(3, n, 83): n in [0..100]];
%o A271350 (PARI) a(n) = lift(Mod(3, 83)^n); \\ _Altug Alkan_, Apr 05 2016
%Y A271350 Cf. similar sequences of the type 3^n mod p, where p is a prime: A070352 (5), A033940 (7), A070341 (11), A168399 (13), A036119 (17), A070342 (19), A070356 (23), A070344 (29), A036123 (31), A070346 (37), A070361 (41), A036126 (43), A070364 (47), A036134 (79), this sequence (83), A036136 (89), A036142 (113), A036143 (127), A271351 (131), A036145 (137), A036158 (199), A271352 (211), A036160 (223).
%K A271350 nonn,easy
%O A271350 0,2
%A A271350 _Vincenzo Librandi_, Apr 05 2016