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.

A206478 (Number of permutations of {1,2,...,n} for which sums of four consecutive numbers (with wraparound) are all distinct)/2n.

Original entry on oeis.org

12, 8, 76, 694, 2529, 23679, 177885, 1482021, 14666021
Offset: 5

Views

Author

Steve Butler, Feb 08 2012

Keywords

Comments

Essentially different ways that 1,2,...,n can be placed around a circle so that the sums of three consecutive terms are all distinct.

Examples

			a(6)=8 because up to rotation/reflection the only three permutations which work are 123465, 123546, 124653, 125364, 126543, 132456, 132645, 136524.
		

Crossrefs