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!)
A230309 Sum_{0<=a<24*n, 0<=b<24*n} (a+b*i)^(24*n) (mod 24*n), where i is the imaginary unit. 6
8, 32, 0, 32, 80, 0, 56, 128, 0, 80, 176, 0, 104, 272, 0, 128, 272, 0, 152, 320, 0, 176, 368, 0, 200, 416, 0, 416, 464, 0, 248, 512, 0, 272, 560, 0, 296, 608, 0, 320, 656, 432, 344, 704, 0, 368, 752, 0, 392, 800, 0, 416, 848, 0, 560, 320, 0, 464, 944, 0, 488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If m <> 0 (mod 24) then Sum_{(a+b*i)^m: 0<=a<m, 0<=b<m} == 0 (mod m).
LINKS
MATHEMATICA
aa[n_] := aa[n] = Mod[Sum[PowerMod[a + b *I, n, n], {a, n}, {b, n}], n]; Table[aa[24*n], {n, 1, 10}]
PROG
(PARI) a(n)=my(N=24*n, a); lift(sum(A=0, N-1, a=Mod(A, N); sum(b=0, N-1, (a+b*I)^N))) \\ Charles R Greathouse IV, Nov 05 2013
CROSSREFS
Sequence in context: A270400 A269999 A298944 * A102275 A299448 A300086
KEYWORD
nonn
AUTHOR
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)