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
0, 1, 17, 217, 2465, 26281, 7153, 588665, 9492289, 118985033, 265558929, 5611255833, 7551629537, 342842572777, 886559899441, 29969271650489, 164170328587905, 914583003869833, 5979447221143249, 53815024990289241, 628450412988459041, 7961896726109825321 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..1000

MAPLE

seq(9^n mod 8^n, n=1..100); # Robert Israel, Aug 03 2014

MATHEMATICA

Table[PowerMod[9, n, 8^n], {n, 0, 40}] (* Vincenzo Librandi, Aug 03 2014 *)

PROG

(Magma) [9^n mod 8^n: n in [0..25]]; // Vincenzo Librandi, Jun 04 2011

CROSSREFS

Sequence in context: A016246 A009441 A016293 * A016185 A125452 A322538

Adjacent sequences: A139730 A139731 A139732 * A139734 A139735 A139736

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, May 20 2008

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 March 22 22:37 EDT 2023. Contains 361434 sequences. (Running on oeis4.)