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.

A082413 a(n) = (2*9^n + 3^n)/3.

Original entry on oeis.org

1, 7, 57, 495, 4401, 39447, 354537, 3189375, 28700001, 258286887, 2324542617, 20920765455, 188286534801, 1694577750327, 15251196564297, 137260759512735, 1235346806916801, 11118121176157767, 100063090327139577, 900567812169415215
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Comments

Binomial transform of A082412.

Crossrefs

Programs

Formula

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