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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051125 Table T(n,k) = max{n,k} read by antidiagonals (n >= 1, k >= 1). 9
1, 2, 2, 3, 2, 3, 4, 3, 3, 4, 5, 4, 3, 4, 5, 6, 5, 4, 4, 5, 6, 7, 6, 5, 4, 5, 6, 7, 8, 7, 6, 5, 5, 6, 7, 8, 9, 8, 7, 6, 5, 6, 7, 8, 9, 10, 9, 8, 7, 6, 6, 7, 8, 9, 10, 11, 10, 9, 8, 7, 6, 7, 8, 9, 10, 11, 12, 11, 10, 9, 8, 7, 7, 8, 9, 10, 11, 12, 13, 12, 11, 10, 9, 8, 7, 8, 9, 10, 11, 12, 13, 14, 13 (list; table; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Row sums = A006578, when seen as a triangle read by rows. [Reinhard Zumkeller, Nov 17 2011]

LINKS

Table of n, a(n) for n=1..93.

EXAMPLE

Table begins

1 2 3 4 5...

2 2 3 4 5...

3 3 3 4 5...

4 4 4 4 5...

MATHEMATICA

Flatten[Table[Max[n - k + 1, k], {n, 13}, {k, n, 1, -1}]] (* Alonso del Arte, Nov 17 2011 *)

CROSSREFS

Cf. A003984, A003983, A004197.

A003984(n) + 1.

Sequence in context: A070081 A034883 A071647 * A131830 A147952 A091316

Adjacent sequences:  A051122 A051123 A051124 * A051126 A051127 A051128

KEYWORD

nonn,tabl,easy,nice

AUTHOR

N. J. A. Sloane.

EXTENSIONS

More terms from Robert Lozyniak

STATUS

approved

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 May 23 22:33 EDT 2013. Contains 225613 sequences.