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!)
A232819 Real part of the sum over the n-th powers of all Gaussian integers in the n X n base square in the first quadrant. 2
1, 0, -144, -2568, -28200, 0, 15203328, 675195936, 16696909080, 0, -25789252433472, -1612260342054360, -54804262577596532, 0, 161017938434267136000, 13718166932451951573120, 621130358284578576358416, 0, -3008072527724272784969384000, -320196271193421334219630013080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(A016825(n)) = 0, for n>=0. - Michel Marcus, Nov 09 2014
MATHEMATICA
g[n_] := Sum[(a + b I)^n, {a, 1, n}, {b, 1, n}]; Table[Re[g[n]], {n, 33}]
PROG
(PARI) vector(100, n, real(sum(x=1, n, sum(y=1, n, (x+I*y)^n)))) \\ Colin Barker, Nov 09 2014
CROSSREFS
Sequence in context: A223687 A268625 A121344 * A185745 A075739 A074316
KEYWORD
sign
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 24 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)