login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070596 n^5 mod 11. 1
0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10, 0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10, 0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10, 0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10, 0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10, 0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10, 0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10, 0, 1, 10, 1, 1, 1, 10, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Periodic, with period = 11 (0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10). - Harvey P. Dale, Jan 01 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
MATHEMATICA
PowerMod[Range[0, 90], 5, 11] (* or *) PadRight[{}, 100, {0, 1, 10, 1, 1, 1, 10, 10, 10, 1, 10}] (* Harvey P. Dale, Jan 01 2017 *)
PROG
(Sage) [power_mod(n, 5, 11)for n in range(0, 85)] # - Zerinvary Lajos, Jun 08 2009
(PARI) a(n)=n^5%11 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A279051 A332804 A010178 * A306363 A347119 A010177
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 13:47 EDT 2024. Contains 371723 sequences. (Running on oeis4.)