editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
editing
proposed
Conjecture: 2*(n+3)*a(n) + 4*(-3*n-4)*a(n-1) + (17*n-9)*a(n-2) + 2*(-2*n+5)*a(n-3) = 0. - R. J. Mathar, Aug 25 2013
a(n) = (3*binomial(2*n+2, n) + 5*binomial(2*n, n+2))/(n + 3). - Tani Akinari, Dec 01 2024
a := n -> (17*n^2 + 13*n + 6)*binomial(2*n, n)/((n + 1)*(n + 2)*(n + 3)): seq(a(n), n = 0..24); # Peter Luschny, Dec 01 2024
Cf. A000108.
proposed
editing
editing
proposed
a(n) = (3*binomial(2*n+2,n)+5*binomial(2*n,n+2))/(n+3). - Tani Akinari, Dec 01 2024
(Maxima) a(n):=(3*binomial(2*n+2, n)+5*binomial(2*n, n+2))/(n+3); makelist(a(n), n, 0, 50);
/* Tani Akinari, Dec 01 2024 */
approved
editing
proposed
approved
editing
proposed
Conjecture: 2*(n+3)*a(n) +4*(-3*n-4)*a(n-1) +(17*n-9)*a(n-2) +2*(-2*n+5)*a(n-3)=0. - R. J. Mathar, Aug 25 2013
approved
editing
_N. J. A. Sloane (njas(AT)research.att.com), _, Jun 06 2002