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.

A109978 Inverse binomial transform of number-theoretic triangle A109974.

This page as a plain text file.
%I A109978 #3 Mar 30 2012 18:59:08
%S A109978 1,1,1,-1,1,1,2,-2,2,1,-5,5,-4,5,1,13,-14,11,-7,12,1,-33,40,-35,20,-5,
%T A109978 27,1,80,-111,113,-77,21,34,58,1,-184,293,-350,294,-144,-27,238,121,1,
%U A109978 402,-731,1021,-1042,716,-249,-153,1063,248,1,-840,1726,-2796,3409,-2982,1755,-724,318,4037,503,1
%N A109978 Inverse binomial transform of number-theoretic triangle A109974.
%C A109978 First column is expansion of bracket function A001659.
%F A109978 T(n, k)=sum{j=1..n, (-1)^(n-j)C(n-1, j-1)*if(k<=j, sigma(k-1, j-k+1), 0)} [offset (1, 1)]
%e A109978 Rows begin
%e A109978 1;
%e A109978 1,1;
%e A109978 -1,1,1;
%e A109978 2,-2,2,1;
%e A109978 -5,5,-4,5,1;
%e A109978 13,-14,11,-7,12,1;
%e A109978 -33,40,-35,20,-5,27,1;
%K A109978 easy,sign,tabl
%O A109978 1,7
%A A109978 _Paul Barry_, Jul 06 2005