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.

A181512 Irregular triangle a(n,k) = A181415(n,k) / A036040(n,k).

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 1, 3, 3, 6, 6, 1, 4, 4, 12, 12, 24, 24, 1, 5, 5, 5, 20, 20, 20, 60, 60, 120, 120, 1, 6, 6, 6, 30, 30, 30, 30, 120, 120, 120, 360, 360, 720, 720, 1, 7, 7, 7, 7, 42, 42, 42, 42, 42, 210, 210
Offset: 1

Views

Author

Alford Arnold, Oct 26 2010

Keywords

Comments

This is an irregular table related to labeled rooted trees and to Bell numbers.
A181511 contains the same values, without repetition.

Examples

			1;
1,1;
1,2,2;
1,3,3,6,6;
1,4,4,12,12,24,24;
1,5,5,5,20,20,20,60,60,120,120;
1,6,6,6,30,30,30,30,120,120,120,360,360,720,720;
		

Crossrefs

Cf. A181511, A181513 (row sums).

Formula

sum_{k=1.. A000041(n)} a(n,k) = A181513(n). (Row sums)
Showing 1-1 of 1 results.