login
A070589
a(n) = n^4 mod 46.
0
0, 1, 16, 35, 26, 27, 8, 9, 2, 29, 18, 13, 36, 41, 6, 25, 32, 31, 4, 3, 12, 39, 24, 23, 24, 39, 12, 3, 4, 31, 32, 25, 6, 41, 36, 13, 18, 29, 2, 9, 8, 27, 26, 35, 16, 1, 0, 1, 16, 35, 26, 27, 8, 9, 2, 29, 18, 13, 36, 41, 6, 25, 32, 31, 4, 3, 12, 39, 24, 23, 24, 39, 12, 3, 4, 31, 32, 25
OFFSET
0,3
COMMENTS
Periodic, with period = 46. - Harvey P. Dale, Aug 24 2014
LINKS
Index entries for linear recurrences with constant coefficients, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n) = a(n-46). - Wesley Ivan Hurt, Apr 17 2023
MATHEMATICA
PowerMod[Range[0, 100], 4, 46] (* Harvey P. Dale, Aug 24 2014 *)
PROG
(PARI) a(n)=n^4%46 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A279712 A228800 A230943 * A104910 A161441 A190741
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved