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!)
A132278 Number of distinct terms in rows 1 through n of the triangle of the Narayana numbers (A001263). 0
1, 1, 2, 3, 5, 7, 10, 13, 17, 21, 26, 31, 37, 43, 49, 56, 64, 72, 81, 90, 100, 110, 121, 132, 144, 156, 169, 182, 196, 210, 225, 240, 256, 272, 289, 306, 324, 342, 361, 380, 400, 420, 441, 462, 484, 506, 529, 552, 575, 599, 624, 649, 675, 701, 728, 755, 783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(6)=7 because there are 7 distinct terms in the rows 1 through 6 of the triangle of the Narayana numbers: 1; 1,1; 1,3,1; 1,6,6,1; 1,10,20,10,1; 1,15,50,50,15,1.
MAPLE
seq(nops(`union`(seq({seq(binomial(n, k)*binomial(n, k-1)/n, k=1..n)}, n=1..m))), m=1..57);
CROSSREFS
Cf. A001263.
Sequence in context: A022335 A022780 A075353 * A025700 A033638 A194205
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Aug 26 2007
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 7 11:17 EDT 2024. Contains 372302 sequences. (Running on oeis4.)