login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132732 Row sums of triangle A132731. 1
1, 2, 4, 10, 24, 54, 116, 242, 496, 1006, 2028, 4074, 8168, 16358, 32740, 65506, 131040, 262110, 524252, 1048538, 2097112, 4194262, 8388564, 16777170, 33554384, 67108814, 134217676, 268435402, 536870856, 1073741766, 2147483588 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Binomial transform of [1, 1, 1, 3, 1, 3, 1, 3, 1,...].

EXAMPLE

a(3) = 10 = sum of row 3 terms of triangle A132731: (1 + 4 + 4 + 1).

a(3) = 10 = (1, 3, 3, 1) dot (1, 1, 1, 3) = (1 + 3 + 3 + 3).

MATHEMATICA

lst={1}; s=2; Do[s+=s+n; AppendTo[lst, s], {n, -2, 5!, 2}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 18 2008]

CROSSREFS

Cf. A132731.

Sequence in context: A136427 A018114 A089484 * A095214 A002525 A159328

Adjacent sequences:  A132729 A132730 A132731 * A132733 A132734 A132735

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Aug 26 2007

EXTENSIONS

More terms and Mathematica formula from Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 18 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:51 EST 2012. Contains 205842 sequences.