Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110770
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110770 Triangle read by rows: T(n,k)=binom(t(n)-t(k-1),k), where t(j)=j(j+1)/2; 1<=k<=n. +0
2
1, 3, 1, 6, 10, 1, 10, 36, 35, 1, 15, 91, 220, 126, 1, 21, 190, 816, 1365, 462, 1, 28, 351, 2300, 7315, 8568, 1716, 1, 36, 595, 5456, 27405, 65780, 54264, 6435, 1, 45, 946, 11480, 82251, 324632, 593775, 346104, 24310, 1, 55, 1431, 22100, 211876, 1221759 (list; table; graph; listen)
OFFSET

1,2

COMMENT

T(n,1)=t(n)=n(n+1)/2=A000217(n); T(n,n)=1 - Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 09 2006

EXAMPLE

Triangle starts:

1;

3,1;

6,10,1;

10,36,35,1;

15,91,220,126,1;

MAPLE

t:=n->n*(n+1)/2: T:=proc(n, k) if k<=n then binomial(t(n)-t(k-1), k) else 0 fi end: for n from 1 to 10 do seq(T(n, k), k=1..n) od; # yields sequence in triangular form - Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 09 2006

CROSSREFS

Cf. A110768, A110769, A110771.

Cf. A000217.

Adjacent sequences: A110767 A110768 A110769 this_sequence A110771 A110772 A110773

Sequence in context: A163213 A095066 A084536 this_sequence A106855 A064282 A087644

KEYWORD

easy,tabl,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 12 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 09 2006

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 November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research