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.

A066441 a(n) = 11^n mod n.

This page as a plain text file.
%I A066441 #25 Dec 07 2024 13:40:38
%S A066441 0,1,2,1,1,1,4,1,8,1,0,1,11,9,11,1,11,1,11,1,8,11,11,1,1,17,26,25,11,
%T A066441 1,11,1,11,19,16,1,11,7,5,1,11,1,11,33,26,29,11,1,18,1,5,29,11,1,11,9,
%U A066441 20,5,11,1,11,59,8,1,46,55,11,21,20,11,11,1,11,47,26,49,44,25,11,1
%N A066441 a(n) = 11^n mod n.
%H A066441 Harry J. Smith and Seiichi Manyama, <a href="/A066441/b066441.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from Harry J. Smith)
%p A066441 seq(irem(11^n,n),n=1..80); # _Zerinvary Lajos_, Apr 20 2008
%t A066441 Table[PowerMod[11, n, n], {n, 80} ]
%o A066441 (PARI) a(n) = { lift(Mod(11, n)^n) } \\ _Harry J. Smith_, Feb 14 2010
%Y A066441 Cf. k^n mod n: A015910 (k=2), A066601 (k=3), A066602 (k=4), A066603 (k=5), A066604 (k=6), A066438 (k=7), A066439 (k=8), A066440 (k=9), A056969 (k=10), this sequence (k=11), A066442 (k=12), A116609 (k=13).
%K A066441 nonn
%O A066441 1,3
%A A066441 _Robert G. Wilson v_, Dec 27 2001