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!)
A184979 n^5 mod 3331. 3
1, 32, 243, 1024, 3125, 1114, 152, 2789, 2422, 70, 1163, 2338, 1552, 1533, 3238, 2642, 851, 891, 1166, 2240, 295, 575, 851, 1534, 2464, 3030, 2290, 2422, 2182, 355, 2537, 1269, 2805, 584, 1998, 1864, 2530, 671, 733, 1729, 690, 2778, 1420, 1745, 718, 584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Mod[n^5, 3331], {n, 1, 100}]
PowerMod[Range[50], 5, 3331] (* Harvey P. Dale, May 23 2021 *)
PROG
(Magma) [n^5 mod 3331: n in [1..50]]; // Vincenzo Librandi, Jun 29 2014
(PARI) a(n)=n^5%3331 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A250363 A346637 A017674 * A257855 A055014 A000584
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Mar 27 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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)