login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135758 Catalan numbers at triangular positions: a(n) = A000108(n(n+1)/2). 2
1, 1, 5, 132, 16796, 9694845, 24466267020, 263747951750360, 11959798385860453492, 2257117854077248073253720, 1759414616608818870992479875972, 5632681584560312734993915705849145100 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..11.

FORMULA

a(n) = C(n(n+1), n(n+1)/2) / [n(n+1)/2 + 1].

MATHEMATICA

  With[{nn=100}, Join[{1}, Pick[CatalanNumber[Range[nn]], Array[ IntegerQ[ (Sqrt[1+8#]-1)/2]&, nn]]]] (* From Harvey P. Dale, Sep 24 2011 *)

PROG

(PARI) a(n)=binomial(n*(n+1), n*(n+1)/2)/(n*(n+1)/2+1)

CROSSREFS

Cf. A135757.

Sequence in context: A191409 A003372 A187357 * A152794 A053517 A114474

Adjacent sequences:  A135755 A135756 A135757 * A135759 A135760 A135761

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Dec 02 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 09:26 EDT 2013. Contains 225617 sequences.