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.

A152185 a(n) = -3*a(n-1) + 5*a(n-2), n > 1; a(0)=1, a(1)=-5.

Original entry on oeis.org

1, -5, 20, -85, 355, -1490, 6245, -26185, 109780, -460265, 1929695, -8090410, 33919705, -142211165, 596232020, -2499751885, 10480415755, -43940006690, 184222098845, -772366329985, 3238209484180, -13576460102465
Offset: 0

Views

Author

Philippe Deléham, Nov 28 2008

Keywords

Crossrefs

Programs

Formula

G.f.: (1-2x)/(1+3x-5x^2).
a(n) = Sum_{k=0..n} A147703(n,k)*(-6)^k.
a(n) = (-1)^n*A152187(n). - Philippe Deléham, Nov 29 2008