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.

Previous Showing 21-24 of 24 results.

A275798 One half of the number of n X n square grids with squares of two colors modulo operations of the dihedral group D_4.

Original entry on oeis.org

1, 3, 51, 4274, 2105872, 4295278656, 35184441295872, 1152921514002096128, 151115727460762179076096, 79228162514269052299408048128, 166153499473114502703835144588886016, 1393796574908163946384646767619026404245504, 46768052394588893382518536034792338549485151977472
Offset: 1

Views

Author

Wolfdieter Lang, Oct 03 2016

Keywords

Comments

See A054252(n, k) for the number of n X n square grids with squares from two colors modulo operations of the dihedral group D_4 with k colors of one sort.
One half of the row sums of A054252, starting with n=1. For the row sums starting with n=0 see A054247.

Crossrefs

Formula

a(n) = (1/2)*Sum_{k=0..n^2} A054252(n, k).
a(n) = A054247(n)/2, n >= 1.

Extensions

Terms a(11) and beyond from Andrew Howroyd, Apr 26 2020

A054645 Triangle T(n,k) of asymmetric n X n binary matrices with k=0..n^2 ones under action of dihedral group of the square D_4.

Original entry on oeis.org

0, 0, 2, 6, 10, 10, 6, 2, 0, 0, 0, 1, 10, 63, 207, 525, 954, 1395, 1550, 1395, 954, 525, 207, 63, 10, 1, 0, 0, 1, 28, 258, 1503, 6475, 21810, 59540, 134333, 254178, 407040, 555356, 648054, 648054, 555356, 407040, 254178, 134333, 59540, 21810, 6475
Offset: 3

Views

Author

Vladeta Jovovic, May 15 2000

Keywords

Comments

Row sums give A054385.

Examples

			The batch [0,0,2,6,10,10,6,2,0,0] gives the numbers of asymmetric 3 X 3 binary matrices with k=0..9 ones under action of dihedral group of the square D_4.
There are 6 nonequivalent asymmetric 3 X 3 binary matrices with 3 ones under action of D_4:
[0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0 0 1]
[0 0 1] [0 0 1] [0 1 0] [0 1 1] [1 0 1] [0 0 0]
[1 0 1] [1 1 0] [0 1 1] [1 0 0] [0 0 1] [1 1 0].
		

Crossrefs

Cf. A054252.

A109721 Number of different ways of selecting n nonempty cells in a 4 X 4 binary matrix, excluding all rotationally and symmetrically equivalent matrices.

Original entry on oeis.org

1, 3, 21, 77, 252, 567, 1051, 1465, 1674, 1465, 1051, 567, 252, 77, 21, 3, 1
Offset: 0

Views

Author

Philippe Beaudoin, Aug 09 2005

Keywords

Crossrefs

A row of A054252.

A173799 Partial sums of A019318.

Original entry on oeis.org

1, 3, 19, 271, 7085, 251429, 10997806, 564316854, 33175912910, 2196968168590, 161790768056642, 13114202824936638, 1160158996141467678, 111226473580172327222, 11486922450679555836573
Offset: 1

Views

Author

Jonathan Vos Post, Feb 25 2010

Keywords

Comments

Partial sums of number of inequivalent ways of choosing n squares from an n X n board, considering rotations and reflections to be the same.The subsequence of primes in this partial sum (unexpectedly dense at first) begins: 3, 19, 271, 251429, no more through a(20) yet 4 of the first 5 values after a(1).

Examples

			a(6) = 1 + 2 + 16 + 252 + 6814 + 244344 = 251429 is prime.
		

Crossrefs

Formula

a(n) = SUM[i=1..n] A019318(i) = SUM[i=1..n] {number of inequivalent ways of choosing i squares from an i X i board, considering rotations and reflections to be the same}.
Previous Showing 21-24 of 24 results.