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 A070499 #26 Dec 18 2023 15:03:17 %S A070499 0,1,8,27,27,14,31,10,31,26,1,36,26,14,6,8,26,29,23,14,8,11,29,31,23, %T A070499 11,1,36,11,6,27,6,23,10,10,29,36,0,1,8,27,27,14,31,10,31,26,1,36,26, %U A070499 14,6,8,26,29,23,14,8,11,29,31,23,11,1,36,11,6,27,6,23,10,10,29,36,0,1 %N A070499 a(n) = n^3 mod 37. %H A070499 G. C. Greubel, <a href="/A070499/b070499.txt">Table of n, a(n) for n = 0..1000</a> %H A070499 <a href="/index/Rec#order_37">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, 1). %F A070499 a(n) = a(n-37). - _G. C. Greubel_, Mar 30 2016 %t A070499 PowerMod[Range[0,80],3,37] (* _Harvey P. Dale_, May 21 2014 *) %t A070499 Table[Mod[n^3, 37], {n, 0, 100}] (* _Vincenzo Librandi_, Jun 19 2014 *) %o A070499 (Sage) [power_mod(n,3,37 )for n in range(0, 76)] # _Zerinvary Lajos_, Oct 30 2009 %o A070499 (Magma) [n^3 mod 37: n in [0..80]]; // _Vincenzo Librandi_, Jun 19 2014 %o A070499 (PARI) a(n)=n^3%37 \\ _Charles R Greathouse IV_, Apr 06 2016 %Y A070499 Cf. A008960. %K A070499 nonn,easy %O A070499 0,3 %A A070499 _N. J. A. Sloane_, May 12 2002