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”).

A070684
n^6 mod 44.
0
0, 1, 20, 25, 4, 5, 16, 37, 36, 9, 12, 33, 12, 9, 36, 37, 16, 5, 4, 25, 20, 1, 0, 1, 20, 25, 4, 5, 16, 37, 36, 9, 12, 33, 12, 9, 36, 37, 16, 5, 4, 25, 20, 1, 0, 1, 20, 25, 4, 5, 16, 37, 36, 9, 12, 33, 12, 9, 36, 37, 16, 5, 4, 25, 20, 1, 0, 1, 20, 25, 4, 5, 16, 37, 36, 9, 12, 33, 12, 9
OFFSET
0,3
LINKS
FORMULA
a(n) = a(n-22) for n > 21. - Chai Wah Wu, Sep 02 2020
MATHEMATICA
PowerMod[Range[0, 120], 6, 44] (* Harvey P. Dale, Apr 18 2011 *)
PROG
(PARI) a(n)=n^6%44 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A193572 A167323 A112819 * A295152 A292199 A269308
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved