cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A180785 Number of distinct solutions of sum{i=1..3}(x(2i-1)*x(2i)) = 1 (mod n), with x() only in 1..n-1.

Original entry on oeis.org

0, 1, 3, 14, 46, 106, 254, 494, 939, 1528, 2668, 3958, 6334, 8641, 13239, 17240, 25227, 31128, 44660, 53786, 74111, 86712, 118779, 134632, 181755, 202431, 266175, 296323, 387533, 412008, 544121, 582432, 736568, 786710, 1006750, 1037604, 1336781
Offset: 1

Views

Author

R. H. Hardin Sep 20 2010

Keywords

Comments

Column 3 of A180793

Examples

			Solutions for sum of products of 3 1..3 pairs = 1 (mod 4) are
(1*1 + 1*1 + 1*3) (1*1 + 1*2 + 1*2) (1*1 + 1*2 + 2*3) (1*1 + 1*3 + 3*3)
(1*1 + 2*2 + 2*2) (1*1 + 2*3 + 2*3) (1*2 + 1*2 + 3*3) (1*2 + 1*3 + 2*2)
(1*2 + 2*3 + 3*3) (1*3 + 1*3 + 1*3) (1*3 + 2*2 + 2*3) (1*3 + 3*3 + 3*3)
(2*2 + 2*2 + 3*3) (2*3 + 2*3 + 3*3)