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.

A174087 Number of circular permutations with no arithmetic progressions i, ..., i+r, ..., i+2r (mod n) of any equal spacings d.

Original entry on oeis.org

4, 0, 12, 0, 96, 1296, 1520, 23540, 101472, 686724
Offset: 4

Views

Author

Isaac Lambert, Apr 20 2010

Keywords

Comments

Circular permutations are permutations whose indices are from the ring of integers modulo n. Here we count both the sequence 1,2,3 (r=1) as a progression in 1,2,3,0,4,5, (note d=1) and in 1,0,2,4,3,5 (here, d=2).

Examples

			a(4) has the same value as A078628(4) since the only possible distance is 1.
		

Crossrefs