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 A070656 #27 Dec 26 2023 21:03:23 %S A070656 0,1,31,3,4,16,27,4,25,9,1,22,12,31,25,15,16,16,15,25,31,12,22,1,9,25, %T A070656 4,27,16,4,3,31,1,0,1,31,3,4,16,27,4,25,9,1,22,12,31,25,15,16,16,15, %U A070656 25,31,12,22,1,9,25,4,27,16,4,3,31,1,0,1,31,3,4,16,27,4,25,9,1,22,12,31 %N A070656 a(n) = n^6 mod 33. %C A070656 Periodic with a period of 33. - _Harvey P. Dale_, Aug 09 2014 %H A070656 Vincenzo Librandi, <a href="/A070656/b070656.txt">Table of n, a(n) for n = 0..1000</a> %H A070656 <a href="/index/Rec#order_33">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, 1). %F A070656 a(n) = a(n-33). - _Wesley Ivan Hurt_, Dec 26 2023 %p A070656 A070656:=n->n^6 mod 33: seq(A070656(n), n=0..100); # _Wesley Ivan Hurt_, Aug 09 2014 %t A070656 PowerMod[Range[0,80],6,33] (* _Harvey P. Dale_, Aug 09 2014 *) %o A070656 (Sage) [power_mod(n,6,33)for n in range(0, 80)] # _Zerinvary Lajos_, Nov 07 2009 %o A070656 (Magma) [n^6 mod 33: n in [0..80]] // _Vincenzo Librandi_, Aug 09 2014 %o A070656 (PARI) a(n)=n^6%33 \\ _Charles R Greathouse IV_, Apr 06 2016 %Y A070656 Cf. A070455, A070495, A070576, A070616. %K A070656 nonn,easy %O A070656 0,3 %A A070656 _N. J. A. Sloane_, May 13 2002