login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132924 Triangle read by columns, 2^(n-1) followed by (2^(n-1) + 1), (2^(n-1) + 2), (2^(n-1) + 3), ... 2
1, 2, 2, 3, 3, 4, 4, 4, 5, 8, 5, 5, 6, 9, 16, 6, 6, 7, 10, 17, 32, 7, 7, 8, 11, 18, 33, 64, 8, 8, 9, 12, 19, 34, 65, 128, 9, 9, 10, 13, 20, 35, 66, 129, 256, 10, 10, 11, 14, 21, 36, 67, 130, 257, 512, 11, 11, 12, 15, 22, 37, 68, 131, 258, 513, 1024, 12, 12, 13, 16, 23, 38, 69, 132 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums = A132925. Right border = 2^0, 2^1, 2^2, ...
LINKS
EXAMPLE
First few rows of the triangle:
1;
2, 2;
3, 3, 4;
4, 4, 5, 8;
5, 5, 6, 9, 16;
6, 6, 7, 10, 17, 32;
7, 7, 8, 11, 18, 33, 64;
...
MAPLE
A132924 := proc(n, m) n+2^m-m ; end: seq(seq(A132924(n, m), m=0..n), n=0..13) ; # R. J. Mathar, Oct 23 2009
CROSSREFS
Cf. A132925.
Sequence in context: A194173 A028825 A326492 * A076890 A103358 A063084
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 05 2007
EXTENSIONS
More terms from R. J. Mathar, Oct 23 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)