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.

A156016 Expansion of (1-x-sqrt(1-6x-3x^2))/(2x).

Original entry on oeis.org

1, 3, 9, 36, 162, 783, 3969, 20817, 112023, 615033, 3431403, 19398690, 110880900, 639730305, 3720657807, 21790419444, 128398625658, 760668489729, 4528069760691, 27070491820644, 162464919528222, 978463778897637
Offset: 0

Views

Author

Paul Barry, Feb 01 2009

Keywords

Comments

Transform of Catalan numbers by Riordan array ((1+x)/(1-x), x(1+x)/(1-x)^2).

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1-x-Sqrt[1-6x-3x^2])/(2x),{x,0,30}],x] (* Harvey P. Dale, Jul 27 2014 *)

Formula

a(n) = Sum_{k=0..n} Sum_{j=0..k+1} C(k+1,j)*C(n+k-j,n-k-j)*A000108(k).
a(n+1) = 3*A107264(n-1). - Philippe Deléham, Feb 04 2009
D-finite with recurrence: (n+1)*a(n) + 3*(-2*n+1)*a(n-1) + 3*(-n+2)*a(n-2) = 0. - R. J. Mathar, Dec 03 2014
G.f. A(x) satisfies: A(x) = 1 + x * (1 + A(x) + A(x)^2). - Ilya Gutkovskiy, Jul 01 2020