login
A070658
a(n) = n^6 mod 35.
0
0, 1, 29, 29, 1, 15, 1, 14, 29, 1, 15, 1, 29, 29, 21, 15, 1, 29, 29, 1, 15, 21, 29, 29, 1, 15, 1, 29, 14, 1, 15, 1, 29, 29, 1, 0, 1, 29, 29, 1, 15, 1, 14, 29, 1, 15, 1, 29, 29, 21, 15, 1, 29, 29, 1, 15, 21, 29, 29, 1, 15, 1, 29, 14, 1, 15, 1, 29, 29, 1, 0, 1, 29, 29, 1, 15, 1, 14, 29, 1
OFFSET
0,3
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,1).
FORMULA
a(n) = a(n-35). - Wesley Ivan Hurt, Dec 26 2023
MATHEMATICA
Table[PowerMod[n, 6, 35], {n, 0, 79}] (* Paul F. Marrero Romero, Oct 11 2024 *)
PROG
(Sage) [power_mod(n, 6, 35)for n in range(0, 80)] # Zerinvary Lajos, Nov 07 2009
(PARI) a(n)=n^6%35 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Cf. A001014.
Sequence in context: A261310 A022985 A023471 * A291435 A010868 A291500
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved