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.

A342533 a(n) is the number of n-gons in A000940 that display symmetry (reflection / rotation).

Original entry on oeis.org

1, 2, 4, 11, 24, 81, 193, 772, 1920, 8735, 23040
Offset: 3

Views

Author

Ian Mooney, Mar 14 2021

Keywords

Examples

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

Crossrefs

Cf. A000940.

Formula

a(p) = (2^((p-1)/2)*((p-1)/2)!)/2 for prime p.