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!)
A070726 a(n) = n^7 mod 46. 0
0, 1, 36, 25, 8, 17, 26, 5, 12, 27, 14, 7, 16, 9, 42, 11, 18, 43, 6, 15, 44, 33, 22, 23, 24, 13, 2, 31, 40, 3, 28, 35, 4, 37, 30, 39, 32, 19, 34, 41, 20, 29, 38, 21, 10, 45, 0, 1, 36, 25, 8, 17, 26, 5, 12, 27, 14, 7, 16, 9, 42, 11, 18, 43, 6, 15, 44, 33, 22, 23, 24, 13, 2, 31, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
MATHEMATICA
PowerMod[Range[0, 80], 7, 46] (* Harvey P. Dale, Mar 14 2023 *)
PROG
(Sage) [power_mod(n, 7, 46)for n in range(0, 75)] # Zerinvary Lajos, Oct 29 2009
(PARI) a(n)=(n^7)%46 \\ Edward Jiang, Sep 06 2014
(PARI) a(n) = lift(Mod(n, 46)^7); \\ Michel Marcus, Jun 15 2018
CROSSREFS
CF. A001015 (n^7).
Sequence in context: A196041 A074155 A126958 * A083819 A358173 A194941
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 13 2002
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 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)