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!)
A001264 Final 2 digits of 4^n. 1
1, 4, 16, 64, 56, 24, 96, 84, 36, 44, 76, 4, 16, 64, 56, 24, 96, 84, 36, 44, 76, 4, 16, 64, 56, 24, 96, 84, 36, 44, 76, 4, 16, 64, 56, 24, 96, 84, 36, 44, 76, 4, 16, 64, 56, 24, 96, 84, 36, 44, 76, 4, 16, 64, 56, 24, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The period is 10: for n > 0, a(n) = a(n + 10).
LINKS
MAPLE
seq(4^n mod 10^2, n=0..60); # Martin Renner, Jan 25 2017
MATHEMATICA
PowerMod[4, Range[0, 60], 100] (* Vincenzo Librandi, Aug 15 2016 *)
PROG
(Magma) [Modexp(4, n, 100): n in [0..110]]; // Vincenzo Librandi, Aug 15 2016
(PARI) a(n)=lift(Mod(4, 100)^n) \\ Charles R Greathouse IV, Jan 25 2017
CROSSREFS
Sequence in context: A330689 A061283 A242354 * A307138 A114399 A029993
KEYWORD
nonn,easy
AUTHOR
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 4 05:37 EDT 2024. Contains 372230 sequences. (Running on oeis4.)