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 A070473 #24 Sep 08 2022 08:45:05 %S A070473 0,1,8,5,9,4,7,2,6,3,10,0,1,8,5,9,4,7,2,6,3,10,0,1,8,5,9,4,7,2,6,3,10, %T A070473 0,1,8,5,9,4,7,2,6,3,10,0,1,8,5,9,4,7,2,6,3,10,0,1,8,5,9,4,7,2,6,3,10, %U A070473 0,1,8,5,9,4,7,2,6,3,10,0,1,8,5,9,4,7,2,6,3,10,0,1,8,5,9,4,7,2,6,3,10 %N A070473 a(n) = n^3 mod 11. %H A070473 Vincenzo Librandi, <a href="/A070473/b070473.txt">Table of n, a(n) for n = 0..1000</a> %H A070473 <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). %F A070473 a(n) = a(n-11). - _G. C. Greubel_, Mar 26 2016 %t A070473 Table[Mod[n^3,11],{n,0,200}] (* _Vladimir Joseph Stephan Orlovsky_, Apr 23 2011 *) %t A070473 PowerMod[Range[0,120],3,11] (* or *) PadRight[{},120,{0,1,8,5,9,4,7,2,6,3,10}] (* _Harvey P. Dale_, May 04 2019 *) %o A070473 (Sage) [power_mod(n,3,11 ) for n in range(0, 99)] # _Zerinvary Lajos_, Oct 29 2009 %o A070473 (Magma) [n^3 mod 11: n in [0..80] ]; // _Vincenzo Librandi_, Jun 01 2011 %o A070473 (PARI) a(n)=n^3%11 \\ _Charles R Greathouse IV_, Apr 06 2016 %Y A070473 Cf. A008960, A070474, A167176. %K A070473 nonn,easy %O A070473 0,3 %A A070473 _N. J. A. Sloane_, May 12 2002