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!)
A191562 a(n) = 7^n mod 3*n. 1
1, 1, 1, 1, 7, 1, 7, 1, 1, 19, 7, 1, 7, 7, 28, 1, 7, 1, 7, 1, 28, 49, 7, 1, 7, 49, 1, 49, 7, 19, 7, 1, 46, 49, 28, 1, 7, 49, 109, 1, 7, 91, 7, 25, 82, 49, 7, 1, 49, 49, 37, 61, 7, 1, 43, 49, 1, 49, 7, 1, 7, 49, 28, 1, 37, 37, 7, 157, 136, 49, 7, 1, 7, 49 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MATHEMATICA
Table[PowerMod[7, n, 3 n], {n, 100}] (* Vincenzo Librandi, Jun 12 2016 *)
PROG
(Magma) [Modexp(7, n, 3*n): n in [1..100]]; // Vincenzo Librandi, Jun 12 2016
(PARI) a(n)=lift(Mod(7, 3*n)^n) \\ Charles R Greathouse IV, Dec 27 2011
CROSSREFS
Sequence in context: A199076 A132728 A083530 * A296472 A171544 A344698
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jul 31 2011
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)