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.

A134813 a(n) = b(n+1)-2b(n) where b() is A134812.

Original entry on oeis.org

1, -3, 3, 0, -6, 12, -12, 0, 24, -48, 48, 0, -96, 192, -192, 0, 384, -768, 768, 0, -1536, 3072, -3072, 0, 6144, -12288, 12288, 0, -24576, 49152, -49152, 0, 98304, -196608, 196608, 0, -393216, 786432, -786432, 0, 1572864, -3145728, 3145728, 0, -6291456
Offset: 0

Views

Author

Paul Curtz, Jan 28 2008

Keywords

Crossrefs

Cf. A003945.

Programs

  • Mathematica
    LinearRecurrence[{-2,-2},{1,-3,3},50] (* Harvey P. Dale, Mar 22 2018 *)

Formula

G.f. 1 -3*x*(1+x) / ( 1+2*x+2*x^2 ). - R. J. Mathar, Aug 11 2012
a(n) = -3*A009116(n-1), n>0. - R. J. Mathar, Aug 11 2012

Extensions

More terms from Harvey P. Dale, Mar 22 2018