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.

A092810 Binomial transform of a Jacobsthal trisection.

Original entry on oeis.org

1, 6, 54, 486, 4374, 39366, 354294, 3188646, 28697814, 258280326, 2324522934, 20920706406, 188286357654, 1694577218886, 15251194969974, 137260754729766, 1235346792567894, 11118121133111046, 100063090197999414, 900567811781994726, 8105110306037952534
Offset: 0

Views

Author

Paul Barry, Mar 10 2004

Keywords

Comments

Binomial transform of A082311.

Crossrefs

Cf. A001045.

Programs

Formula

G.f.: (1-3*x)/(1-9*x).
E.g.f.: 2*exp(9*x)/3 + 1/3.
a(n) = 2*9^n/3 + 0^n/3.
a(n) = A054878(2n+1) - A054878(2n-1) + 0^n/3 = A015518(2n+1) - A015518(2n-1) + 0^n/3.
a(n) = 2*3^(2*n-1), for n>0. - Gionata Neri, Jun 18 2015