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.

A084177 Binomial transform of Jacobsthal oblongs.

Original entry on oeis.org

0, 1, 5, 27, 137, 691, 3465, 17347, 86777, 433971, 2170025, 10850467, 54253017, 271266451, 1356334985, 6781680387, 33908412857, 169542086131, 847710474345, 4238552459107, 21192762470297, 105963812701011, 529819064204105
Offset: 0

Views

Author

Paul Barry, May 18 2003

Keywords

Comments

Binomial transform of A084175.

Crossrefs

Cf. A001045.

Programs

Formula

a(n) = (2*5^n - (-1)^n - 2^n)/9.
G.f.: x*(1-x)/((1+x)*(1-2*x)*(1-5*x)).
a(n) = 6*a(n-1) - 3*a(n-2) - 10*a(n-3).
E.g.f.: (2*exp(5*x) - exp(2*x) - exp(-x))/9.