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.

A301802 Number of permutations of {1, 2, ..., n} such that no k+2 points lie on a polynomial of degree k.

Original entry on oeis.org

1, 1, 2, 4, 18, 48, 216, 584, 2870, 10408, 45244, 160248, 762554
Offset: 0

Views

Author

Peter Kagey, Mar 26 2018

Keywords

Comments

a(n) is even for all n > 1.
Is this sequence strictly increasing for n > 0?

Examples

			For n = 4, the 18 different permutations are:
[1,2,4,3],[1,3,2,4],[1,3,4,2],[1,4,2,3],[2,1,3,4],[2,1,4,3],
[2,3,1,4],[2,4,1,3],[2,4,3,1],[3,1,2,4],[3,1,4,2],[3,2,4,1],
[3,4,1,2],[3,4,2,1],[4,1,3,2],[4,2,1,3],[4,2,3,1],[4,3,1,2].
		

Crossrefs

Cf. A300002.

Extensions

a(0) and a(10)-a(12) from Peter J. Taylor, Mar 28 2018