Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A053175

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Catalan-Larcombe-French sequence.
(history; published version)
#93 by Amiram Eldar at Tue Aug 13 04:06:53 EDT 2024
STATUS

editing

approved

#92 by Amiram Eldar at Tue Aug 13 04:06:47 EDT 2024
FORMULA

a(n) = 2^n*Sum_{k=0..n} C(n,k)*C(2*k,k)*C(2(n-k),n-k), where C(n,k)=n!/(k!*(n-k)!). This formula has been proved via the Zeilberger algorithm (both sides of the equality satisfy the same recurrence relation). a(n)/2^n also has another expression: Sum_{k=0..floor(n/2)} C(n,2k2*k)*C(2*k,k)^2*4^(n-2*k). - Zhi-Wei Sun, Mar 21 2013

a(n) = (-1)^n*Sum_{k=0..n}C(2k,2*k,k)*C(2(n-k),n-k)*C(k,n-k)*(-4)^k. I have proved this new formula via the Zeilberger algorithm. - Zhi-Wei Sun, Nov 19 2014

STATUS

approved

editing

#91 by Amiram Eldar at Tue Aug 13 04:06:08 EDT 2024
STATUS

reviewed

approved

#90 by Michel Marcus at Tue Aug 13 04:00:27 EDT 2024
STATUS

proposed

reviewed

#89 by Jason Yuen at Tue Aug 13 03:59:51 EDT 2024
STATUS

editing

proposed

#88 by Jason Yuen at Tue Aug 13 03:59:48 EDT 2024
MAPLE

a := proc(n) option remember; if n = 0 then 1 elif n = 1 then 8 else (8*(3*n^2 -3*n+1)*a(n-1)-128*(n-1)^2*a(n-2))/n^2 fi end; # Peter Luschny, Jun 26 2009]

STATUS

proposed

editing

#87 by Jason Yuen at Tue Aug 13 03:59:17 EDT 2024
STATUS

editing

proposed

#86 by Jason Yuen at Tue Aug 13 03:59:03 EDT 2024
FORMULA

a(n) = 2^n*sum_Sum_{k=0}^..n } C(n,k)*C(2k,2*k,k)*C(2(n-k),n-k), where C(n,k)=n!/(k!*(n-k)!). This formula has been proved via the Zeilberger algorithm (both sides of the equality satisfy the same recurrence relation). a(n)/2^n also has another expression: sum_Sum_{k=0}^{..floor(n/2)} C(n,2k)*C(2k,2*k,k)^2*4^(n-2k2*k). - Zhi-Wei Sun, Mar 21 2013

STATUS

approved

editing

#85 by R. J. Mathar at Mon Feb 27 07:12:59 EST 2023
STATUS

editing

approved

#84 by R. J. Mathar at Mon Feb 27 07:12:54 EST 2023
LINKS

Xiao-Juan Ji, Zhi-Hong Sun, <a href="http://arxiv.org/abs/1505.00668">Congruences for Catalan-Larcombe-French numbers</a>, arXiv:1505.00668 [math.NT], 2015 and <a href="https://cs.uwaterloo.ca/journals/JIS/VOL19/Ji/ji6.html">JIS</a> vol 19 (2016) # 16.3.4

STATUS

approved

editing