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.

A133054 Cubes of Motzkin numbers.

Original entry on oeis.org

1, 1, 8, 64, 729, 9261, 132651, 2048383, 33698267, 582182875, 10474708672, 194910229592, 3731808877831, 73218245857875, 1467320155924104, 29956212068269248, 621670415400598563, 13090510375656917139, 279262277830549534968, 6027856524470650538304
Offset: 0

Views

Author

Omar E. Pol, Oct 30 2007

Keywords

Crossrefs

Motzkin numbers: A001006.

Programs

  • Maple
    a1006:= gfun:-rectoproc({(-3*x-6)*a(x+1)+(-2*x-7)*a(x+2)+(x+5)*a(x+3), a(0) = 1, a(1) = 1, a(2) = 2},a(x),remember):
    map(a1006^3, [$0..60]); # Robert Israel, Oct 03 2017
  • Mathematica
    CoefficientList[Series[(1 - x - (1 - 2 x - 3 x^2)^(1/2))/(2 x^2), {x, 0, 50}], x]^3 (* G. C. Greubel, Oct 03 2017 *)

Formula

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