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.

A108694 Triangle T(n,k), 0<=k<=n, read by rows, given by [1, 2, 2, 4, 3, 6, 4, 8, 5, 10, 6, 12, . . . ] DELTA [2, 1, 4, 2, 6, 3, 8, 4, 10, 5, 12, 6, . . . ] where DELTA is the operator defined in A084938.

Original entry on oeis.org

1, 1, 2, 3, 9, 6, 13, 54, 69, 26, 75, 399, 747, 573, 150, 541, 3508, 8638, 9998, 5393, 1082, 4683, 35817, 109248, 169038, 139143, 57585, 9366, 47293, 416762, 1515531, 2935222, 3256907, 2064534, 691645, 94586
Offset: 0

Views

Author

Philippe Deléham, Jun 18 2005

Keywords

Comments

Related to preferential arrangements of n elements (A000670) and necklaces of sets of labeled beads (A000629).

Examples

			1; 1, 2; 3, 9, 6; 13, 54, 69, 26; 75, 399, 747, 573, 150; ...
		

Crossrefs

Formula

Sum_{ k>=0 } T(n, k) = n!*3^n = A032031(n).
T(n, 0) = A000670(n); T(n, n) = A000629(n).