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.

Showing 1-1 of 1 results.

A131352 Row sums of triangle A133935.

Original entry on oeis.org

1, 2, 6, 14, 32, 72, 160, 352, 768, 1664, 3584, 7680, 16384, 34816, 73728, 155648, 327680, 688128, 1441792, 3014656, 6291456, 13107200, 27262976, 56623104, 117440512, 243269632, 503316480, 1040187392, 2147483648, 4429185024
Offset: 0

Views

Author

Gary W. Adamson, Sep 29 2007

Keywords

Examples

			a(3) = 14 = sum of row 3 terms of triangle A133935: (1 + 3 + 9 + 1); = (1, 3, 3, 1) dot (1, 1, 3, 1).
		

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1-2x+2x^2-2x^3)/(1-2x)^2,{x,0,40}],x] (* or *) LinearRecurrence[{4,-4},{1,2,6,14},40] (* Harvey P. Dale, Dec 04 2021 *)

Formula

Binomial transform of A093178: (1, 1, 3, 1, 5, 1, 7, 1...)
a(n) = A129954(n), n>1. G.f.: (1-2x+2x^2-2x^3)/(1-2x)^2. [R. J. Mathar, Dec 13 2008]
a(n) = 2^(n-2)*(n+4) for n>1. - _Colin Barker, Jun 05 2012

Extensions

Extended by R. J. Mathar, Dec 13 2008
Showing 1-1 of 1 results.