Array read by rows: T(n,k) is the number of solutions to the equation Sum_{i=1..n} x_i^2 == k (mod 4) with x_i in 0..3, where n >= 0 and 0 <= k <= 3.

A330619

Array read by rows: T(n,k) is the number of solutions to the equation Sum_{i=1..n} x_i^2 == k (mod 4) with x_i in 0..3, where n >= 0 and 0 <= k <= 3.

Terms

    a(0) =1a(1) =0a(2) =0a(3) =0a(4) =2a(5) =2a(6) =0a(7) =0a(8) =4a(9) =8a(10) =4a(11) =0a(12) =8a(13) =24a(14) =24a(15) =8a(16) =32a(17) =64a(18) =96a(19) =64a(20) =192a(21) =192a(22) =320a(23) =320a(24) =1024a(25) =768a(26) =1024a(27) =1280a(28) =4608a(29) =3584

External references