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.

A025762 9th-order Vatalan numbers (generalization of Catalan numbers).

Original entry on oeis.org

1, 1, 37, 1909, 112483, 7123123, 472012183, 32269160215, 2256940619488, 160620490138312, 11588554266307408, 845405636848547320, 62239772654736987376, 4617428134374127211320, 344799253687326693132448
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[9/(8 + (1 - 81 x)^(1/9)), {x, 0, n}], {n, 0, 20}] (* Vincenzo Librandi, Dec 29 2012 *)

Formula

G.f.: 9/(8 + (1 - 81*x)^(1/9)).
a(n) = (-1)^(n+1) * 9^(2*n+1) * Sum_{k>=0} (-1/8)^(k+1) * binomial(k/9,n). - Seiichi Manyama, Aug 04 2024