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.

A181415 Irregular triangle a(n,k) = A049009(n,k)/n, read by rows 1<=k<=A000041(n).

Original entry on oeis.org

1, 1, 1, 1, 6, 2, 1, 12, 9, 36, 6, 1, 20, 40, 120, 180, 240, 24, 1, 30, 75, 50, 300, 1200, 300, 1200, 2700, 1800, 120, 1, 42, 126, 210, 630, 3150, 2100, 3150, 4200, 25200, 12600, 12600, 37800, 15120, 720, 1, 56, 196, 392, 245, 1176, 7056, 11760, 8820, 11760, 11760, 88200
Offset: 1

Views

Author

Alford Arnold, Oct 20 2010

Keywords

Examples

			Row three is calculated as follows:
( 3 18 6) divided by (3 3 3) yielding (1 6 2)
1;
1,1;
1,6,2;
1,12,9,36,6;
1,20,40,120,180,240,24;
1,30,75,50,300,1200,300,1200,2700,1800,120;
1,42,126,210,630,3150,2100,3150,4200,25200,12600,12600,37800,15120,720;
		

Crossrefs

Cf. A000169 (row sums), A000081 (unlabeled rooted trees) A179438 (a similar refinement), A054589, A135278, A019538, A101817, A101818

Formula

Sum_{k=1.. A000041(n)} a(n,k) = A000169(n). (Row sums)
a(n,k) = A098546(n,k) *A049019(n,k) /n. - Compare with the formula in A101818.

Extensions

Edited by R. J. Mathar, May 17 2016