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.

A070616 a(n) = n^5 mod 33.

This page as a plain text file.
%I A070616 #16 Dec 26 2023 22:19:18
%S A070616 0,1,32,12,1,23,21,10,32,12,10,11,12,10,23,12,1,32,21,10,23,21,22,23,
%T A070616 21,1,23,12,10,32,21,1,32,0,1,32,12,1,23,21,10,32,12,10,11,12,10,23,
%U A070616 12,1,32,21,10,23,21,22,23,21,1,23,12,10,32,21,1,32,0,1,32,12,1,23,21,10
%N A070616 a(n) = n^5 mod 33.
%H A070616 <a href="/index/Rec#order_33">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, 1).
%F A070616 a(n) = a(n-33). - _Wesley Ivan Hurt_, Dec 26 2023
%t A070616 PowerMod[Range[0,120],5,33] (* _Harvey P. Dale_, Mar 20 2011 *)
%o A070616 (Sage) [power_mod(n,5,33)for n in range(0, 74)] # _Zerinvary Lajos_, Nov 04 2009
%o A070616 (PARI) a(n)=n^5%33 \\ _Charles R Greathouse IV_, Apr 06 2016
%K A070616 nonn,easy
%O A070616 0,3
%A A070616 _N. J. A. Sloane_, May 13 2002