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!)
A139733 9^n mod 8^n. 8

%I #16 Sep 08 2022 08:45:33

%S 0,1,17,217,2465,26281,7153,588665,9492289,118985033,265558929,

%T 5611255833,7551629537,342842572777,886559899441,29969271650489,

%U 164170328587905,914583003869833,5979447221143249,53815024990289241,628450412988459041,7961896726109825321

%N 9^n mod 8^n.

%H Vincenzo Librandi, <a href="/A139733/b139733.txt">Table of n, a(n) for n = 0..1000</a>

%p seq(9^n mod 8^n, n=1..100); # _Robert Israel_, Aug 03 2014

%t Table[PowerMod[9, n, 8^n], {n, 0, 40}] (* _Vincenzo Librandi_, Aug 03 2014 *)

%o (Magma) [9^n mod 8^n: n in [0..25]]; // _Vincenzo Librandi_, Jun 04 2011

%K nonn

%O 0,3

%A _N. J. A. Sloane_, May 20 2008

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 29 15:02 EDT 2023. Contains 363042 sequences. (Running on oeis4.)