Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129579
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129579 Main diagonal of triangle A129577. +0
4
1, 1, 3, 11, 46, 213, 1075, 5854, 34141, 211974, 1394115, 9670976, 70501776, 538393812, 4294921858, 35702077464, 308575560999, 2767618399029, 25713383197122, 247072773486828, 2451716229465559, 25090920235275889 (list; graph; listen)
OFFSET

0,3

FORMULA

Equals first differences (with offset) of column 0 (A129578) of triangle A129577. Equals partial sums (with offset) of row sums (A129580) of triangle A129577.

a(n) = Sum_{k=0..n-1} a(k)*C(2*n-k-1,n-k-1)*(k+2)/(n+1) for n>0, with a(0)=1; eigensequence of triangle A033184 when the first column is omitted. [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 12 2008]

PROGRAM

(PARI) a(n)=if(n==0, 1, sum(k=0, n-1, binomial(2*n-k-1, n-k-1)*(k+2)/(n+1)*a(k))) [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 12 2008]

CROSSREFS

Cf. A129577, A129578, A129580.

Cf. A033184. [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 12 2008]

Sequence in context: A006605 A086521 A046996 this_sequence A030814 A030976 A112567

Adjacent sequences: A129576 A129577 A129578 this_sequence A129580 A129581 A129582

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 24 2007

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 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research