Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071949
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071949 Triangle read by rows of numbers of paths in a lattice satisfying certain conditions. +0
1
1, 1, 2, 1, 4, 10, 1, 6, 24, 66, 1, 8, 42, 172, 498, 1, 10, 64, 326, 1360, 4066, 1, 12, 90, 536, 2706, 11444, 34970, 1, 14, 120, 810, 4672, 23526, 100520, 312066, 1, 16, 154, 1156, 7410, 42024, 211546, 911068, 2862562, 1, 18, 192, 1582, 11088, 69002, 387456 (list; table; graph; listen)
OFFSET

0,3

REFERENCES

D. Merlini, D. G. Rogers, R. Sprugnoli and M. C. Verri, On some alternative characterizations of Riordan arrays, Canad J. Math., 49 (1997), 301-320.

LINKS

D. Merlini, D. G. Rogers, R. Sprugnoli and M. C. Verri, On some alternative characterizations of Riordan arrays, Canad J. Math., 49 (1997), 301-320.

FORMULA

T(n, k)= (n-k+1)sum(2^(j+1)*binomial(k, j+1)*binomial(n+k, j), j=0..k-1)/k for 0<k<=n; T(n, 0)=1; T(n, k)=0 for k>n.

T(n,0) = 1, T(n,n) = T(n,n-1) + T(n+1,n-1), otherwise T(n,k) = T(n,k-1) + T(n+1,k-1) + T(n-1,k). [From Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Oct 09 2008]

EXAMPLE

1; 1,2; 1,4,10; 1,6,24,66; 1,8,42,172,498;

MAPLE

T := proc(n, k) if k>0 and k<=n then (n-k+1)*sum(2^(j+1)*binomial(k, j+1)*binomial(n+k, j), j=0..k-1)/k elif k=0 then 1 else 0 fi end: seq(seq(T(n, k), k=0..n), n=0..10);

CROSSREFS

T(n, n)=A027307(n).

Sequence in context: A117338 A137634 A100229 this_sequence A156919 A038195 A038521

Adjacent sequences: A071946 A071947 A071948 this_sequence A071950 A071951 A071952

KEYWORD

nonn,easy,tabl

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jun 15 2002

EXTENSIONS

Edited by Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 04 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research