login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A070659
a(n) = n^6 mod 36.
0
0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1, 0, 1, 28, 9, 28, 1
OFFSET
0,3
FORMULA
From Wesley Ivan Hurt, Dec 26 2023: (Start)
a(n) = (67+45*(-1)^n-72*cos(n*Pi/3)-40*cos(2*Pi*n/3))/6.
G.f.: x*(1+28*x+9*x^2+28*x^3+x^4)/(1-x^6).
a(n) = a(n-6). (End)
MATHEMATICA
PowerMod[Range[0, 100], 6, 36] (* Wesley Ivan Hurt, Dec 26 2023 *)
PROG
(Sage) [power_mod(n, 6, 36) for n in range(90)] # Zerinvary Lajos, Nov 07 2009
(PARI) a(n)=n^6%36 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A300563 A040762 A040761 * A040760 A179066 A033970
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved