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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131060 3*A007318 - 2*A000012 as infinite lower triangular matrices. 9
1, 1, 1, 1, 4, 1, 1, 7, 7, 1, 1, 10, 16, 10, 1, 1, 13, 28, 28, 13, 1, 1, 16, 43, 58, 43, 16, 1, 1, 19, 61, 103, 103, 61, 19, 1, 1, 22, 82, 166, 208, 166, 82, 22, 1, 1, 25, 106, 250, 376, 376, 250, 106, 25, 1, 1, 28, 133, 358, 628, 754, 628, 358, 133, 28, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,5

COMMENTS

Row sums = A097813: (1, 2, 6, 16, 38, 84, 178,...).

FORMULA

T(n,m)=3*Binomial(n,m)-2. - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Aug 20 2008

EXAMPLE

First few rows of the triangle are:

1;

1, 1;

1, 4, 1;

1, 7, 7, 1;

1, 10, 16, 10, 1;

1, 13, 28, 28, 13, 1;

1, 16, 43, 58, 43, 16, 1;

...

MATHEMATICA

t[n_, m_] = 3*Binomial[n, m] - 2; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%] - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Aug 20 2008

CROSSREFS

Cf. A109128, A131061, A131062, A131063, A131064, A131065, A131066.

Cf. A109128.

Sequence in context: A146880 A152236 A157172 * A124376 A047671 A081577

Adjacent sequences:  A131057 A131058 A131059 * A131061 A131062 A131063

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 13 2007

EXTENSIONS

More terms from Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Aug 20 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 17 17:35 EST 2012. Contains 206061 sequences.