Array read by rows: T(n,k) is the number of solutions to the equation Sum_{i=1..n} x_i^2 == k (mod 5) with x_i in 0..4, where n >= 0 and 0 <= k <= 4.
A330607
Array read by rows: T(n,k) is the number of solutions to the equation Sum_{i=1..n} x_i^2 == k (mod 5) with x_i in 0..4, where n >= 0 and 0 <= k <= 4.
Terms
- a(0) =1a(1) =0a(2) =0a(3) =0a(4) =0a(5) =1a(6) =2a(7) =0a(8) =0a(9) =2a(10) =9a(11) =4a(12) =4a(13) =4a(14) =4a(15) =25a(16) =30a(17) =20a(18) =20a(19) =30a(20) =145a(21) =120a(22) =120a(23) =120a(24) =120a(25) =625a(26) =650a(27) =600a(28) =600a(29) =650
External references
- oeis: A330607