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.

A133053 Squares of Motzkin numbers.

Original entry on oeis.org

1, 1, 4, 16, 81, 441, 2601, 16129, 104329, 697225, 4787344, 33616804, 240591121, 1750167225, 12912685956, 96454967184, 728405920089, 5554407254841, 42724289649924, 331213938112656
Offset: 0

Views

Author

Omar E. Pol, Oct 30 2007

Keywords

Crossrefs

Cf. A000290, A001248, A007598. Motzkin numbers: A001006.

Programs

  • Mathematica
    CoefficientList[Series[(1 - x - (1 - 2x - 3x^2)^(1/2))/(2x^2), {x, 0, 50}], x]^2 (* or *) Table[Hypergeometric2F1[(1-n)/2, -n/2, 2, 4], {n, 0, 50}]^2 (* G. C. Greubel, Oct 03 2017 *)

Formula

a(n) = A001006(n)^2.