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.

A174073 Number of permutations of length n without modular consecutive triples i,i+2,i+4.

Original entry on oeis.org

1, 1, 2, 3, 24, 100, 594, 4389, 35744, 325395, 3288600, 36489992, 441091944, 5770007009, 81213883898, 1223895060315, 19662509172096, 335472890422812, 6057979283966814, 115434096553014565, 2314691409661484600, 48723117262650147387, 1074208020519754180896, 24755214452825129257168
Offset: 0

Views

Author

Isaac Lambert, Mar 06 2010

Keywords

Examples

			For example, a(5) does not count the permutation (0,4,1,3,2) since 4,1,3 is an arithmetic progression of 2 mod(5).
		

References

  • Wayne M. Dymacek, Isaac Lambert and Kyle Parsons, Arithmetic Progressions in Permutations, http://math.ku.edu/~ilambert/CN.pdf, 2012.

Crossrefs

Column k=0 of A216724.

Extensions

a(11)-a(17) from Alois P. Heinz, Apr 13 2021
Terms a(18) onward from Max Alekseyev, Feb 04 2024

A216726 Triangle read by rows: number of circular permutations of [1..n] with k modular progressions of rise 1, distance 2 and length 3 (n >= 3, 0 <= k <= n).

Original entry on oeis.org

11, 0, 0, 1, 6, 0, 0, 0, 0, 18, 5, 0, 0, 0, 1, 93, 18, 9, 0, 0, 0, 0, 600, 84, 28, 7, 0, 0, 0, 1, 4320, 512, 192, 0, 16, 0, 0, 0, 0, 35168, 4122, 810, 156, 54, 9, 0, 0, 0, 1, 321630, 34000, 5625, 1400, 200, 0, 25, 0, 0, 0, 0
Offset: 3

Views

Author

N. J. A. Sloane, Sep 15 2012

Keywords

Examples

			Triangle begins:
1 0 0 1
6 0 0 0 0
18 5 0 0 0 1
93 18 9 0 0 0 0
600 84 28 7 0 0 0 1
4320 512 192 0 16 0 0 0 0
35168 4122 810 156 54 9 0 0 0 1
321630 34000 5625 1400 200 0 25 0 0 0 0
...
		

References

  • Wayne M. Dymacek, Isaac Lambert and Kyle Parsons, Arithmetic Progressions in Permutations, http://math.ku.edu/~ilambert/CN.pdf, 2012.

Crossrefs

Showing 1-2 of 2 results.