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.

This page as a plain text file.
%I A108694 #6 Sep 08 2013 13:30:43
%S A108694 1,1,2,3,9,6,13,54,69,26,75,399,747,573,150,541,3508,8638,9998,5393,
%T A108694 1082,4683,35817,109248,169038,139143,57585,9366,47293,416762,1515531,
%U A108694 2935222,3256907,2064534,691645,94586
%N 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.
%C A108694 Related to preferential arrangements of n elements (A000670) and necklaces of sets of labeled beads (A000629).
%F A108694 Sum_{ k>=0 } T(n, k) = n!*3^n = A032031(n).
%F A108694 T(n, 0) = A000670(n); T(n, n) = A000629(n).
%e A108694 1; 1, 2; 3, 9, 6; 13, 54, 69, 26; 75, 399, 747, 573, 150; ...
%Y A108694 Cf. A000629, A000670, A032031, A084938.
%K A108694 easy,nonn,tabl
%O A108694 0,3
%A A108694 _Philippe Deléham_, Jun 18 2005