The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A108812 11^n mod 50. 0
1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41, 1, 11, 21, 31, 41 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
An example of a sequence which is both in arithmetic and geometric progression.
REFERENCES
E. Schmid, Problem 961, Math. Mag., 50 (No. 1, 1977), 52.
LINKS
MATHEMATICA
PowerMod[11, Range[0, 120], 50] (* or *) PadRight[{}, 120, {1, 11, 21, 31, 41}] (* Harvey P. Dale, Aug 28 2017 *)
PROG
(PARI) a(n)=lift(Mod(11, 50)^n) \\ Charles R Greathouse IV, Mar 22 2016
CROSSREFS
Sequence in context: A068633 A225297 A123849 * A216100 A017281 A061589
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 31 2005
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 May 15 17:39 EDT 2024. Contains 372548 sequences. (Running on oeis4.)