Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A194120 Triangular array: T(n,k)=C(n+4,k)+C(n+4,k+4), 0<=k<=n. 3
2, 6, 6, 16, 12, 16, 36, 28, 28, 36, 71, 64, 56, 64, 71, 127, 135, 120, 120, 135, 127, 211, 262, 255, 240, 255, 262, 211, 331, 473, 517, 495, 495, 517, 473, 331, 496, 804, 990, 1012, 990, 1012, 990, 804, 496, 716, 1300, 1794, 2002, 2002, 2002, 2002 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
Northwest corner:
2
6...6
16..12..16
36..28..28..36
71..64..56..64..71
MATHEMATICA
T[n_, k_] := Binomial[n + 4, k] + Binomial[n + 4, k + 4]
Flatten[Table[T[n, k], {n, 0, 10}, {k, 0, n}]]
(* A194120 as a sequence *)
TableForm[Table[T[n, k], {n, 0, 10}, {k, 0, n}]]
(* A194120 as an array *)
CROSSREFS
Sequence in context: A056136 A349288 A098571 * A161503 A019076 A197109
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Aug 16 2011
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 September 11 06:30 EDT 2024. Contains 375814 sequences. (Running on oeis4.)