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.

A070596 n^5 mod 11.

This page as a plain text file.
%I A070596 #13 Dec 18 2023 17:51:29
%S A070596 0,1,10,1,1,1,10,10,10,1,10,0,1,10,1,1,1,10,10,10,1,10,0,1,10,1,1,1,
%T A070596 10,10,10,1,10,0,1,10,1,1,1,10,10,10,1,10,0,1,10,1,1,1,10,10,10,1,10,
%U A070596 0,1,10,1,1,1,10,10,10,1,10,0,1,10,1,1,1,10,10,10,1,10,0,1,10,1,1,1,10,10
%N A070596 n^5 mod 11.
%C A070596 Periodic, with period = 11 (0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10). - _Harvey P. Dale_, Jan 01 2017
%H A070596 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%t A070596 PowerMod[Range[0,90],5,11] (* or *) PadRight[{},100,{0,1,10,1,1,1,10,10,10,1,10}] (* _Harvey P. Dale_, Jan 01 2017 *)
%o A070596 (Sage) [power_mod(n,5,11)for n in range(0, 85)] # - _Zerinvary Lajos_, Jun 08 2009
%o A070596 (PARI) a(n)=n^5%11 \\ _Charles R Greathouse IV_, Apr 06 2016
%K A070596 nonn,easy
%O A070596 0,3
%A A070596 _N. J. A. Sloane_, May 13 2002