[go: up one dir, main page]

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!)
A108289 Antidiagonal sums of table A060543. 2

%I #4 Mar 30 2012 18:36:46

%S 1,2,5,17,72,357,2022,12900,91448,711180,6004981,54619489,531854438,

%T 5515551251,60642234815,704106298738,8603658260904,110306422692488,

%U 1479905106340895,20727595895871297,302423908621734606

%N Antidiagonal sums of table A060543.

%F a(n)=Sum_{k=0..n} C(n+(n-k)*k, (n-k)*k+k)).

%o (PARI) a(n)=sum(k=0,n,binomial(n+(n-k)*k,(n-k)*k+k))

%Y Cf. A108267, A060543, A108288.

%K nonn

%O 0,2

%A _Paul D. Hanna_, May 31 2005

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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)