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.

A327482 Irregular triangle read by rows where T(n,k) is the number of integer partitions of n with mean d = A027750(n, k).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 5, 4, 1, 1, 7, 1, 1, 7, 5, 1, 1, 1, 1, 11, 15, 12, 6, 1, 1, 1, 1, 15, 7, 1, 1, 30, 19, 1, 1, 22, 34, 8, 1, 1, 1, 1, 30, 58, 27, 9, 1, 1, 1, 1, 42, 84, 64, 10, 1, 1, 105, 37, 1, 1, 56, 11, 1
Offset: 1

Views

Author

Gus Wiseman, Sep 13 2019

Keywords

Examples

			Triangle begins:
  1
  1  1
  1  1
  1  2  1
  1  1
  1  3  3  1
  1  1
  1  5  4  1
  1  7  1
  1  7  5  1
  1  1
  1 11 15 12  6  1
  1  1
  1 15  7  1
  1 30 19  1
  1 22 34  8  1
		

Crossrefs

Row sums are A067538.
The version for subsets is A327481.

Programs

  • Mathematica
    Table[Length[Select[IntegerPartitions[n],Mean[#]==d&]],{n,20},{d,Divisors[n]}]

Extensions

Name edited by Peter Munn, Mar 05 2025