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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131051 Row sums of triangle A133805. 4
1, 3, 8, 18, 38, 78, 158, 318, 638, 1278, 2558, 5118, 10238, 20478, 40958, 81918, 163838, 327678, 655358, 1310718, 2621438, 5242878, 10485758, 20971518, 41943038, 83886078, 167772158, 335544318, 671088638, 1342177278, 2684354558 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

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

O.g.f.: (1+x^2)/((1-x)(1-2*x)). a(n)=A051633(n-2). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 13 2008

a(n)= 5*2^(n-2)-2, n>1 [From Gary Detlefs (gdetlefs(AT)aol.com), Jun 22 2010]

EXAMPLE

a(4) = 18 = sum of row 4 terms of triangle A133805: (7 + 6 + 4 + 1).

a(4) = 18 = (1, 3, 3, 1), dot (1, 2, 3, 2) = (1 + 6 + 9 + 2).

MATHEMATICA

a=8; lst={1, 3, a}; k=10; Do[a+=k; AppendTo[lst, a]; k+=k, {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 17 2008]

CROSSREFS

Cf. A133805.

Sequence in context: A006478 A104187 A051633 * A172265 A117727 A117713

Adjacent sequences:  A131048 A131049 A131050 * A131052 A131053 A131054

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Sep 23 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 13 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 10:28 EST 2012. Contains 205763 sequences.