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.

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

Original entry on oeis.org

1, 6, 30, 156, 804, 4152, 21432, 110640, 571152, 2948448, 15220704, 78573504, 405618240, 2093913984, 10809365376, 55800945408, 288059973888, 1487045568000, 7676542115328, 39628441869312, 204573020169216, 1056062731892736, 5451689048586240, 28143132585701376
Offset: 0

Views

Author

Philippe Deléham, Nov 29 2008

Keywords

Comments

Unsigned version of A152223 .

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{4,6},{1,6},30] (* Harvey P. Dale, Feb 16 2016 *)

Formula

G.F.: (1+2x)/(1-4x-6x^2).

Extensions

Corrected and extended by Harvey P. Dale, Feb 16 2016