The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A194118 Triangular array: T(n,k)=C(n+2,k)+C(n+2,k+2), 0<=k<=n. 3
2, 4, 4, 7, 8, 7, 11, 15, 15, 11, 16, 26, 30, 26, 16, 22, 42, 56, 56, 42, 22, 29, 64, 98, 112, 98, 64, 29, 37, 93, 162, 210, 210, 162, 93, 37, 46, 130, 255, 372, 420, 372, 255, 130, 46, 56, 176, 385, 627, 792, 792, 627, 385, 176, 56, 67, 232, 561, 1012, 1419 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
Northwest corner:
2
4...4
7...8...7
11..15..15..11
16..26..30..26..16
MATHEMATICA
T[n_, k_] := Binomial[n + 2, k] + Binomial[n + 2, k + 2]
Flatten[Table[T[n, k], {n, 0, 10}, {k, 0, n}]]
(* A194118 as a sequence *)
TableForm[Table[T[n, k], {n, 0, 10}, {k, 0, n}]]
(* A194118 as an array *)
CROSSREFS
Sequence in context: A139825 A347067 A164721 * A266188 A272881 A325646
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 May 14 19:53 EDT 2024. Contains 372533 sequences. (Running on oeis4.)