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.

A158916 Inverse binomial transform of A153130.

This page as a plain text file.
%I A158916 #13 Jan 03 2024 08:48:59
%S A158916 1,1,1,1,-8,19,-35,64,-125,253,-512,1027,-2051,4096,-8189,16381,
%T A158916 -32768,65539,-131075,262144,-524285,1048573,-2097152,4194307,
%U A158916 -8388611,16777216,-33554429,67108861,-134217728,268435459,-536870915,1073741824,-2147483645
%N A158916 Inverse binomial transform of A153130.
%C A158916 a(n)= A154589(n)+ A099838(n+4).
%H A158916 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (-3, -3, -2).
%F A158916 a(n)= -3a(n-1)-3a(n-2)-2a(n-3), n > 3.
%F A158916 G.f.: (4*x+7*x^2+9*x^3+1)/((2*x+1)*(1+x+x^2)). [R. J. Mathar, May 17 2009]
%t A158916 LinearRecurrence[{-3,-3,-2},{1,1,1,1},40] (* _Harvey P. Dale_, Feb 04 2019 *)
%K A158916 sign
%O A158916 0,5
%A A158916 _Paul Curtz_, Mar 30 2009
%E A158916 Edited and extended by _R. J. Mathar_, May 17 2009