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-1 of 1 results.

A357602 a(n) is the number of n-gons in A000940 that are asymmetric.

Original entry on oeis.org

0, 0, 0, 1, 15, 121, 1026, 8696, 81515, 827282, 9200052
Offset: 3

Views

Author

Ian Mooney, Oct 05 2022

Keywords

Examples

			Of the A000940(6) = 12 hexagons, 11 have symmetry and 1 is asymmetric, so a(6)=1.
		

Crossrefs

Formula

a(n) = A000940(n) - A342533(n).
a(p) = ((((p-1)! + 1)/p) + p - 2 - (2^((p-1)/2)*((p-1)/2)!))/4 for prime p. See A007619.
Showing 1-1 of 1 results.