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.

A173315 Inverse binomial transform of A131800.

Original entry on oeis.org

1, 1, 2, -4, 0, 16, -48, 96, -160, 256, -448, 896, -1920, 4096, -8448, 16896, -33280, 65536, -130048, 260096, -522240, 1048576, -2101248, 4202496, -8396800, 16777216, -33538048, 67076096, -134184960, 268435456, -536936448, 1073872896, -2147614720, 4294967296
Offset: 0

Views

Author

Paul Curtz, Feb 16 2010

Keywords

Crossrefs

Cf. A106603.

Formula

A131800(n) = A000111(n+2) mod 10.
a(n)= -4*a(n-1) -6*a(n-2) -4*a(n-3), n>3. G.f.: (5*x+12*x^2+14*x^3+1)/((2*x+1)*(2*x^2+2*x+1)).

Extensions

Extended, keyword:sign added by R. J. Mathar, Feb 24 2010