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.

A066439 a(n) = 8^n mod n.

This page as a plain text file.
%I A066439 #16 Dec 07 2024 13:40:25
%S A066439 0,0,2,0,3,4,1,0,8,4,8,4,8,8,2,0,8,10,8,16,8,20,8,16,18,12,26,8,8,4,8,
%T A066439 0,17,30,22,28,8,26,5,16,8,22,8,4,8,18,8,16,1,24,2,40,8,28,32,8,56,6,
%U A066439 8,16,8,2,8,0,8,58,8,16,29,64,8,64,8,64,32,68,57,64,8,16
%N A066439 a(n) = 8^n mod n.
%H A066439 Harry J. Smith, <a href="/A066439/b066439.txt">Table of n, a(n) for n = 1..1000</a>
%p A066439 seq(irem(8^n,n),n=1..80); # _Zerinvary Lajos_, Apr 20 2008
%t A066439 Table[PowerMod[8, n, n], {n, 80} ]
%o A066439 (Sage) [power_mod(8,n,n)for n in range(1,81)] # _Zerinvary Lajos_, Nov 28 2009
%o A066439 (PARI) a(n) = { lift(Mod(8, n)^n) } \\ _Harry J. Smith_, Feb 14 2010
%K A066439 nonn
%O A066439 1,3
%A A066439 _Robert G. Wilson v_, Dec 27 2001