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.

Showing 1-2 of 2 results.

A320168 Number of ways to group the first 2*n positive integers into n pairs (xi, yi) with xi < yi, and such that the n numbers (yi mod xi) are all different.

Original entry on oeis.org

1, 1, 2, 2, 7, 12, 22, 26, 85, 226, 717, 1695, 5071, 14275, 47405, 176747, 638329, 2166516
Offset: 0

Views

Author

Altug Alkan, Oct 07 2018

Keywords

Comments

How does a(n+1)/a(n) behave as n increases?

Examples

			a(3) = 2 because {(1,3), (2,5), (4,6)} and {(1,5), (2,3), (4,6)} are corresponding sets.
a(4) = 7 because {(1,6), (2,5), (3,8), (4,7)}, {(1,3), (2,7), (4,6), (5,8)}, {(1,7), (2,3), (4,6), (5,8)}, {(1,3), (2,5), (4,7), (6,8)}, {(1,5), (2,3), (4,7), (6,8)}, {(1,2), (3,7), (4,6), (5,8)}, {(1,2), (3,8), (4,7), (5,6)} are corresponding sets.
		

Crossrefs

Extensions

a(13)-a(17) from Rémy Sigrist, Oct 07 2018

A320333 a(n) is the number of pairings of the first 2*k positive integers into k pairs (xi, yi) such that the k numbers (xi + yi) mod k are all different where k = 2*n + 1.

Original entry on oeis.org

1, 9, 145, 4641, 231417, 16770369, 1671395713
Offset: 0

Views

Author

Altug Alkan, Oct 11 2018

Keywords

Comments

It can be seen as interesting that a(t) = A178185(t+1) for 0 <= t <= 3.

Examples

			a(1) = 9 because {(1,4), (2,5), (3,6)}, {(1,5), (2,6), (3,4)}, {(1,6), (2,4), (3,5)}, {(1,3), (2,6), (4,5)}, {(1,5), (2,3), (4,6)}, {(1,6), (2,3), (4,5)}, {(1,3), (2,4), (5,6)}, {(1,2), (3,5), (4,6)}, {(1,2), (3,4), (5,6)} are corresponding sets.
		

Crossrefs

Showing 1-2 of 2 results.