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.

A260340 Triangle read by rows: T(n,k) = number of sets of linear n-ads in k variables.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 22, 22, 1, 1, 1, 1, 130, 550, 130, 1, 1, 1, 1, 822, 16700, 16700, 822, 1, 1, 1, 1, 6202, 703297, 3330915, 703297, 6202, 1, 1, 1, 1, 52552, 38135272, 957659906, 957659906, 38135272, 52552, 1, 1
Offset: 0

Views

Author

N. J. A. Sloane, Jul 30 2015

Keywords

Comments

T(n,k) is the number of nonequivalent n X n binary matrices with k ones in every row and column up to permutation of rows. - Andrew Howroyd, Apr 18 2020

Examples

			Triangle begins:
  1;
  1, 1;
  1, 1,    1;
  1, 1,    1,      1;
  1, 1,    6,      1,       1;
  1, 1,   22,     22,       1,      1;
  1, 1,  130,    550,     130,      1,    1;
  1, 1,  822,  16700,   16700,    822,    1, 1;
  1, 1, 6202, 703297, 3330915, 703297, 6202, 1, 1;
  ...
		

Crossrefs

Columns k=0..4 are A000012, A000012, A002137, A333899, A333900.
Row sums are A333891.

Formula

T(n,k) = T(n,n-k). - Andrew Howroyd, Apr 18 2020

Extensions

Extended to include k=0 and more terms added by Andrew Howroyd, Apr 18 2020

A268668 Number of factorizations of m^4 into n factors, where m is a product of exactly n distinct primes and each factor is a product of 4 primes (counted with multiplicity).

Original entry on oeis.org

1, 1, 3, 23, 465, 19834, 1532489, 193746632, 37368959742, 10437763731100, 4054349060577421, 2119978249890808761, 1452950920608600023603, 1276433147589499725385063, 1410464141866494594480406985, 1928819743142477893302566583434, 3218592064882611634798263991387049
Offset: 0

Views

Author

Alois P. Heinz, Feb 10 2016

Keywords

Comments

Also number of ways to partition the multiset consisting of 4 copies each of 1, 2, ..., n into n multisets of size 4.

Examples

			a(2) = 3: (2*3)^4 = 1296 = 36*36 = 54*24 = 81*16.
a(3) = 23: (2*3*5)^4 = 810000 = 100*90*90 = 100*100*81 = 135*100*60 = 150*90*60 = 150*100*54 = 150*135*40 = 150*150*36 = 225*60*60 = 225*90*40 = 225*100*36 = 225*150*24 = 225*225*16 = 250*60*54 = 250*81*40 = 250*90*36 = 250*135*24 = 375*54*40 = 375*60*36 = 375*90*24 = 375*135*16 = 625*36*36 = 625*54*24 = 625*81*16.
		

Crossrefs

Column k=4 of A257463.
Cf. A333900.

Extensions

Terms a(10) and beyond from Andrew Howroyd, Apr 18 2020
Showing 1-2 of 2 results.