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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131816 Triangle read by rows: A130321 + A059268 - A000012 as infinite lower triangular matrices, where A130321 = (1; 2,1; 4,2,1;...), A059268 = (1; 1,2; 1,2,4;...) and A000012 = (1; 1,1; 1,1,1;...). 2
1, 2, 2, 4, 3, 4, 8, 5, 5, 8, 16, 9, 7, 9, 16, 32, 17, 11, 11, 17, 32, 64, 33, 19, 15, 19, 33, 64, 128, 65, 35, 23, 23, 35, 65, 128, 256, 129, 67, 39, 31, 39, 67, 129, 256, 512, 257, 131, 71, 47, 47, 71, 131, 257, 512, 1024, 513, 259, 135, 79, 63, 79, 135, 259, 513, 1024 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row sums = A000295: (1, 4, 11, 26, 57, 120,...).

FORMULA

Alternatively, t(n,m)=((2^(m + 1) - 1) + (2^(n - m + 1) - 1))/2. - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Oct 16 2008

EXAMPLE

First few rows of the triangle are:

1;

2, 2;

4, 3, 4;

8, 5, 5, 8;

16, 9, 7, 9, 16;

32, 17, 11, 11, 17, 32;

64, 33, 19, 15, 19, 33, 64;

128, 65, 35, 23, 23, 35, 65, 128;

...

MATHEMATICA

Table[Table[((2^(m + 1) - 1) + (2^(n - m + 1) - 1))/2, {m, 0, n}], {n, 0, 10}]; Flatten[%] - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Oct 16 2008

CROSSREFS

Cf. A130321, A059268, A000012, A000295.

Sequence in context: A205793 A178431 A157927 * A128181 A125185 A173387

Adjacent sequences:  A131813 A131814 A131815 * A131817 A131818 A131819

KEYWORD

nonn,tabl

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jul 01 2008 at the suggestion of R. J. Mathar

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 02:38 EST 2012. Contains 205689 sequences.