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!)
A001218 a(n) = 3^n mod 100. 4
1, 3, 9, 27, 81, 43, 29, 87, 61, 83, 49, 47, 41, 23, 69, 7, 21, 63, 89, 67, 1, 3, 9, 27, 81, 43, 29, 87, 61, 83, 49, 47, 41, 23, 69, 7, 21, 63, 89, 67, 1, 3, 9, 27, 81, 43, 29, 87, 61, 83, 49, 47, 41, 23, 69, 7, 21, 63, 89, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Period is 20.
LINKS
MATHEMATICA
PowerMod[3, Range[0, 60], 100] (* Vincenzo Librandi, Aug 15 2016
PROG
(PARI) a(n)=lift(Mod(3, 100)^n) \\ Charles R Greathouse IV, Dec 27 2012
(Magma) [Modexp(3, n, 100): n in [0..100]]; // Vincenzo Librandi, Aug 15 2016
CROSSREFS
Cf. A001148, A216096, A216097. - Zak Seidov, Jul 27 2014
Sequence in context: A036160 A271352 A329023 * A036158 A036136 A271350
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Definition corrected by Zak Seidov, Jul 27 2014
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 July 22 16:38 EDT 2024. Contains 374540 sequences. (Running on oeis4.)