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.

A048474 a(n) = 3*n*2^(n-1) + 1.

Original entry on oeis.org

1, 4, 13, 37, 97, 241, 577, 1345, 3073, 6913, 15361, 33793, 73729, 159745, 344065, 737281, 1572865, 3342337, 7077889, 14942209, 31457281, 66060289, 138412033, 289406977, 603979777, 1258291201, 2617245697, 5435817985
Offset: 0

Views

Author

Keywords

Comments

Original name: a(n) = T(2, n), array T given by A048472.
Binomial transform of A008486. - Paul Barry, Jul 09 2003
Row sums of triangle A134232. - Gary W. Adamson, Oct 14 2007

Crossrefs

n-th difference of a(n), a(n-1), ..., a(0) is (3, 6, 9, ...).
Cf. A134232.

Programs

Formula

From Harvey P. Dale, Jan 29 2012: (Start)
a(n) = 5*a(n-1) - 8*a(n-2) + 4*a(n-3); a(0)=1, a(1)=4, a(2)=13.
G.f.: (-x^2 + x - 1)/((x-1)(2*x-1)^2). (End)

Extensions

Better description from Paul Barry, Jul 09 2003