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.

A152174 a(n) = -2*a(n-1)+4*a(n-2), n>1 ; a(0) = 1, a(1) = -4.

Original entry on oeis.org

1, -4, 12, -40, 128, -416, 1344, -4352, 14080, -45568, 147456, -477184, 1544192, -4997120, 16171008, -52330496, 169345024, -548012032, 1773404160, -5738856448, 18571329536, -60098084864, 194481487872, -629355315200
Offset: 0

Views

Author

Philippe Deléham, Nov 27 2008

Keywords

Comments

Signed version of A087206.

Crossrefs

Programs

Formula

G.f.: (1-2x)/(1+2x-4x^2).
a(n) = Sum_{k=0..n} A147703(n,k)*(-5)^k.
a(n) = (-1)^n * A087206(n).