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.
%I A084219 #32 Feb 13 2022 04:18:24 %S A084219 1,-1,4,-8,20,-44,100,-220,484,-1052,2276,-4892,10468,-22300,47332, %T A084219 -100124,211172,-444188,932068,-1951516,4077796,-8505116,17709284, %U A084219 -36816668,76429540,-158451484,328087780,-678545180,1401829604 %N A084219 Inverse binomial transform of A053088. %C A084219 Contribution from _Gary W. Adamson_, Jan 05 2009: (Start) %C A084219 Unsigned, starting with offset 1: generated from iterates of M * [1,1,1,...] %C A084219 where M = a tridiagonal matrix with [0,1,1,1,...] as the main diagonal, %C A084219 [1,1,1,...] as the uperdiagonal and [2,0,0,0,...] as the subdiagonal. (End) %C A084219 Define a triangle via T(n,0) = T(n,n) = A001045(n) and T(r,c) = T(r-1,c-1) + T(r-1,c). The row sums of the triangle are s(n) = 0, 2, 4, 12, ... = 2*A059570(n), and their first differences are s(n+1)-s(n) = 2*|a(n)|. _J. M. Bergot_, May 15 2013 %H A084219 Roland Bacher, <a href="http://arxiv.org/abs/1509.09054">Chebyshev polynomials, quadratic surds and a variation of Pascal's triangle</a>, arXiv:1509.09054 [math.CO], 2015. %H A084219 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (-3,0,4). %F A084219 a(n) = (4 - 3*n*(-2)^(n-1) + 5*(-2)^n)/9. %F A084219 a(n) = (1/4) + Sum_{k=0..n} (-2)^k*(k+3)/4. %F A084219 G.f.: (1+x)^2/((1-x)(1+2x)^2). %t A084219 LinearRecurrence[{-3,0,4},{1,-1,4},30] (* _Harvey P. Dale_, Dec 16 2016 *) %K A084219 easy,sign %O A084219 0,3 %A A084219 _Paul Barry_, May 20 2003