# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a230310 Showing 1-1 of 1 %I A230310 #23 Dec 25 2023 17:50:36 %S A230310 14,28,42,55,56,70,84,95,110,112,126,140,154,165,168,182,190,210,220, %T A230310 224,238,252,266,275,280,285,308,322,330,336,350,364,378,380,385,406, %U A230310 420,434,440,448,462,475,476,495,504,506,518,532,546,550,560,570,574,602,616,630,644,658,660,665,672,700,714,715,728,742 %N A230310 Numbers k such that Sum_{a=0..72*k-1, b=0..72*k-1} (a+b*i)^(72*k) !== 0 (mod 72*k), where i is the imaginary unit. %t A230310 aa[n_] := Mod[Sum[PowerMod[ a + b I, n, n], {a, n}, {b, n}], n]; Select[Range[100], aa[72*#] > 0 &] %Y A230310 Cf. A230308, A230309. %K A230310 nonn %O A230310 1,1 %A A230310 _José María Grau Ribas_, Oct 16 2013 %E A230310 Terms a(7) onward from _Max Alekseyev_, Oct 16 2013 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE