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.

A080920 a(n) = 2a(n-1) + 35a(n-2), a(0)=0, a(1)=1.

Original entry on oeis.org

0, 1, 2, 39, 148, 1661, 8502, 75139, 447848, 3525561, 22725802, 168846239, 1133095548, 8175809461, 56009963102, 398173257339, 2756695223248, 19449454453361, 135383241720402, 951497389308439, 6641408238830948
Offset: 0

Views

Author

Paul Barry, Feb 24 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 7^n/12 - (-5)^n/12.
a(n) = Sum{k=1..n, binomial(n, 2k-1)*6^(2(k-1))}.
G.f.: 1/((1+5x)(1-7x)).
a(n+1) = Sum_{k = 0..n} A238801(n,k)*6^k. - Philippe Deléham, Mar 07 2014