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.

A132109 a(n) = (2^(n+1) + n^2 + n)/2.

Original entry on oeis.org

1, 3, 7, 14, 26, 47, 85, 156, 292, 557, 1079, 2114, 4174, 8283, 16489, 32888, 65672, 131225, 262315, 524478, 1048786, 2097383, 4194557, 8388884, 16777516, 33554757, 67109215, 134218106, 268435862, 536871347, 1073742289, 2147484144
Offset: 0

Views

Author

Gary W. Adamson, Aug 09 2007

Keywords

Comments

Row sums of triangle A132108.
Binomial transform of [1, 2, 2, 1, 1, 1, ...].

Examples

			a(3) = 14 = sum of row 3 terms of triangle A132108: (4 + 5 + 4 + 1).
a(3) = 14 = (1, 3, 3, 1) dot (1, 2, 2, 1) = (1 + 6 + 6 + 1).
		

Crossrefs

Cf. A132108.
Cf. A290699.

Programs

Formula

a(n) = (2^(n+1) + n^2 + n)/2. - Eric W. Weisstein, Aug 09 2017
a(n) = A290699(n+1)/2. - Eric W. Weisstein, Aug 09 2017
G.f.: ( 1-2*x+x^2-x^3 ) / ( (2*x-1)*(x-1)^3 ). - R. J. Mathar, May 23 2016
a(n) = 5*a(n-1) - 9*a(n-2) + 7*a(n-3) - 2*a(n-4). - Eric W. Weisstein, Aug 09 2017

Extensions

More terms from Vladimir Joseph Stephan Orlovsky, May 07 2010
Name changed to the simple formula by Eric W. Weisstein, Aug 09 2017