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.

A070726 a(n) = n^7 mod 46.

This page as a plain text file.
%I A070726 #21 Dec 19 2023 14:21:35
%S A070726 0,1,36,25,8,17,26,5,12,27,14,7,16,9,42,11,18,43,6,15,44,33,22,23,24,
%T A070726 13,2,31,40,3,28,35,4,37,30,39,32,19,34,41,20,29,38,21,10,45,0,1,36,
%U A070726 25,8,17,26,5,12,27,14,7,16,9,42,11,18,43,6,15,44,33,22,23,24,13,2,31,40
%N A070726 a(n) = n^7 mod 46.
%H A070726 <a href="/index/Rec#order_46">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, 0, 0, 0, 0, 0, 1).
%t A070726 PowerMod[Range[0,80],7,46] (* _Harvey P. Dale_, Mar 14 2023 *)
%o A070726 (Sage) [power_mod(n,7,46)for n in range(0, 75)] # _Zerinvary Lajos_, Oct 29 2009
%o A070726 (PARI) a(n)=(n^7)%46 \\ _Edward Jiang_, Sep 06 2014
%o A070726 (PARI) a(n) = lift(Mod(n, 46)^7); \\ _Michel Marcus_, Jun 15 2018
%Y A070726 CF. A001015 (n^7).
%K A070726 nonn
%O A070726 0,3
%A A070726 _N. J. A. Sloane_, May 13 2002