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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132308 Row sums of triangle A132307. 1
1, 4, 15, 50, 157, 480, 1451, 4366, 13113, 39356, 118087, 354282, 1062869, 3188632, 9565923, 28697798, 86093425, 258280308, 774840959, 2324522914, 6973568781, 20920706384, 62762119195, 188286357630, 564859072937, 1694577218860 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (5,-7,3).

FORMULA

Binomial transform of A077552.

a(n)=2*3^n-n-1 [From Rolf Pleisch (r_pleisch(AT)gmx.ch), Sep 26 2010]

G.f.: (1-x+2*x^2)/((1-3*x)*(1-x)^2)  - Bruno Berselli, Mar 31 2011

EXAMPLE

a(2) = 15 = sum of row 2 terms of triangle A132307: (7 + 7 + 1).

a(2) = 15 = (1, 2, 1) dot (1, 3, 8) = (1 + 6 + 8); where A077552 = (1, 3, 8, 16, 32, 64,...).

MATHEMATICA

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

CROSSREFS

Cf. A132307, A132309, A077552.

Sequence in context: A056337 A053406 A143215 * A026110 A056327 A026328

Adjacent sequences:  A132305 A132306 A132307 * A132309 A132310 A132311

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms and Mathematica program Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 15 2008

Removed wrong formula 2*n^3-n-1 Rolf Pleisch (r_pleisch(AT)gmx.ch), Oct 19 2010

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 17 07:30 EST 2012. Contains 205998 sequences.