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.

A124756 Inverse binomial sum of compositions in standard order.

This page as a plain text file.
%I A124756 #2 Mar 30 2012 17:35:17
%S A124756 0,1,2,0,3,1,-1,0,4,2,0,1,-2,-2,1,0,5,3,1,2,-1,-1,2,1,-3,-4,-1,-3,2,3,
%T A124756 -1,0,6,4,2,3,0,0,3,2,-2,-3,0,-2,3,4,0,1,-4,-6,-3,-6,0,0,-4,-4,3,6,2,
%U A124756 6,-2,-4,1,0,7,5,3,4,1,1,4,3,-1,-2,1,-1,4,5,1,2,-3,-5,-2,-5,1,1,-3,-3,4,7,3,7,-1,-3,2,1,-5,-8,-5,-9,-2
%N A124756 Inverse binomial sum of compositions in standard order.
%C A124756 The standard order of compositions is given by A066099.
%C A124756 This is the final term of the inverse binomial transform of the composition.
%F A124756 For a composition b(1),...,b(k), a(n) = Sum_{i=1}^k (-1)^{i-1} C(k-1,i-1) b(i).
%e A124756 Composition number 11 is 2,1,1; 1*2-2*1+1*1 = 1, so a(11) = 1.
%e A124756 The table starts:
%e A124756 0
%e A124756 1
%e A124756 2 0
%e A124756 3 1 -1 0
%Y A124756 Cf. A066099, A124754, A124755, A011782 (row lengths), A001477 (row sums).
%K A124756 easy,sign,tabf
%O A124756 0,3
%A A124756 _Franklin T. Adams-Watters_, Nov 06 2006