cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A143646 Catalan transform of the 3-Fibonacci sequence A006190.

Original entry on oeis.org

0, 1, 4, 18, 83, 387, 1815, 8541, 40276, 190182, 898844, 4250780, 20111394, 95181166, 450565602, 2133227418, 10101126723, 47834649675, 226540406571, 1072931019393, 5081776592061, 24069823974879, 114009427284309
Offset: 0

Views

Author

Sergio Falcon, Oct 27 2008

Keywords

Crossrefs

Programs

  • Sage
    q=50 #change q for more terms
    [0]+[sum((k/n)*binomial(2*n-k-1,n-k)*lucas_number1(k,3,-1) for k in [0..n]) for n in [1..q]] # Tom Edgar, Mar 09 2014

Formula

a(n) = Sum_{k=0..n} A039599(n,k)*A006130(k-1) with A006130(-1) = 0. - Philippe Deléham, Nov 01 2008
For n>0, a(n) = sum_{k=0..n} (k/n)*C(2n-k-1,n-k)*A006190(k). - Tom Edgar, Mar 09 2014