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.

A372216 Product of n-th Pell number and n-th Catalan number: a(n) = A000129(n)*A000108(n).

Original entry on oeis.org

1, 4, 25, 168, 1218, 9240, 72501, 583440, 4789070, 39940888, 337490426, 2883046320, 24858176900, 216046612080, 1890737146125, 16647522481440, 147365806700310, 1310740896927000, 11708311265437710, 104989351441019760
Offset: 1

Views

Author

Vladimir Kruchinin, Apr 22 2024

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[1/(2*x)-Sqrt[Sqrt[-16*x^2-8*x+1]+4*x+3]/(4*x),{x,0,20}],x] (* Stefano Spezia, Apr 22 2024 *)

Formula

G.f.: 1/(2*x)-sqrt(sqrt(-16*x^2-8*x+1)+4*x+3)/(4*x).
D-finite with recurrence +n*(n+1)*a(n) -4*n*(2*n-1)*a(n-1) -4*(2*n-1)*(2*n-3)*a(n-2)=0. - R. J. Mathar, Apr 24 2024