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.

A384035 Number of vector differences between two permutations of order n, up to multiplication by positive rational numbers and permutations of the components.

Original entry on oeis.org

1, 1, 2, 4, 13, 49, 228, 1034, 5133, 25710, 133872, 708976, 3846150, 21170077, 118429072, 670537495
Offset: 0

Views

Author

Max Alekseyev, May 17 2025

Keywords

Examples

			For n = 3, there are A019589(3) = 5 difference vectors up to permutation of components: (-2, 0, 2), (-2, 1, 1), (-1, -1, 2), (-1, 0, 1), and (0, 0, 0). However, (-2, 0, 2) and (-1, 0, 1) are the same up to a factor 2. Hence, a(3) = 4.
		

Crossrefs