A180786 Number of distinct solutions of sum{i=1..4}(x(2i-1)*x(2i)) = 1 (mod n), with x() only in 1..n-1.
0, 0, 7, 30, 142, 502, 1519, 3828, 9145, 18966, 38562, 70202, 127954, 211261, 357465, 549988, 875942, 1273587, 1941522, 2705012, 3966472, 5325916, 7599591, 9892052, 13772034, 17476435, 23770735, 29625591, 39617904, 48129046, 63654183, 76396024
Offset: 1
Keywords
Examples
Solutions for sum of products of 4 1..2 pairs = 1 (mod 3) are (1*1 + 1*1 + 1*1 + 1*1) (1*1 + 1*1 + 1*1 + 2*2) (1*1 + 1*1 + 2*2 + 2*2) (1*1 + 1*2 + 1*2 + 1*2) (1*1 + 2*2 + 2*2 + 2*2) (1*2 + 1*2 + 1*2 + 2*2) (2*2 + 2*2 + 2*2 + 2*2)
Links
- R. H. Hardin, Table of n, a(n) for n=1..376
Comments