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!)
A205549 Symmetric matrix by antidiagonals: C(max(i+2,j+2),min(i+2,j+2)), i>=1, j>=1. 0
1, 4, 4, 10, 1, 10, 20, 5, 5, 20, 35, 15, 1, 15, 35, 56, 35, 6, 6, 35, 56, 84, 70, 21, 1, 21, 70, 84, 120, 126, 56, 7, 7, 56, 126, 120, 165, 210, 126, 28, 1, 28, 126, 210, 165, 220, 330, 252, 84, 8, 8, 84, 252, 330, 220, 286, 495, 462, 210, 36, 1, 36, 210, 462 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Northwest corner:
1....4....10...20...35
4....1....5....15...35
10...5....1....6....21
20...15...6....1....7
MATHEMATICA
g[k_] := k + 2;
f[i_, j_] := Binomial[Max[g[i], g[j]], Min[g[i], g[j]]]
TableForm[Table[f[i, j], {i, 1, 10}, {j, 1, 10}]]
Flatten[Table[f[i, n + 1 - i], {n, 1, 14}, {i, 1, n}]]
CROSSREFS
Sequence in context: A202409 A091016 A198025 * A120395 A321078 A160723
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Jan 28 2012
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)