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.
%I A066444 #11 Dec 19 2024 13:20:55 %S A066444 0,121,1331,14641,161051,1771561,19487171,214358881,2357947691, %T A066444 25937424601,0,166394893969,471664657228,3140272804489,8065845196901, %U A066444 16532101601985,5101754322287,57157537871161,73663224996225,17332560009201,240252754633991,96720656337129,29113945750083 %N A066444 a(n) = 11^n mod n^11. %H A066444 Harry J. Smith, <a href="/A066444/b066444.txt">Table of n, a(n) for n = 1..500</a> %t A066444 Table[ Mod[11^n, n^11], {n, 1, 20} ] %o A066444 (PARI) a(n) = { lift(Mod(11, n^11)^n) } \\ _Harry J. Smith_, Feb 14 2010 %Y A066444 Cf. A066606. %K A066444 nonn %O A066444 1,2 %A A066444 _Robert G. Wilson v_, Dec 27 2001