login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083530 7^n mod 2*n. 6
1, 1, 1, 1, 7, 1, 7, 1, 1, 9, 7, 1, 7, 21, 13, 1, 7, 1, 7, 1, 7, 5, 7, 1, 7, 49, 1, 49, 7, 49, 7, 1, 13, 49, 63, 1, 7, 49, 31, 1, 7, 49, 7, 25, 37, 49, 7, 1, 49, 49, 37, 9, 7, 1, 43, 49, 1, 49, 7, 1, 7, 49, 91, 1, 37, 37, 7, 89, 67, 49, 7, 1, 7, 49, 43, 121, 105, 25, 7, 1, 1, 49, 7, 49, 147, 49 (list; graph; refs; listen; history; internal format)
OFFSET

1,5

LINKS

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

EXAMPLE

n = 5, a(5) = 7: modulus = 2n = 10; 7^n = 7^5 = 16807 = 1680.10+7 = 16800+a(5).

MATHEMATICA

Table[Mod[7^w, 2*w], {w, 1, 100}]

PROG

(MAGMA) [7^n mod(2*n): n in [1..100]]; // Vincenzo Librandi, Jul 31 2011

CROSSREFS

Cf. A000079, A000244, A000351, A000420, A082511, A083528, A083529.

Sequence in context: A190264 A199076 A132728 * A191562 A171544 A010688

Adjacent sequences:  A083527 A083528 A083529 * A083531 A083532 A083533

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 30 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:07 EST 2012. Contains 205930 sequences.