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.

A025761 8th-order Vatalan numbers (generalization of Catalan numbers).

Original entry on oeis.org

1, 1, 29, 1177, 54629, 2726977, 142504685, 7685245225, 424109499317, 23818681210961, 1356315674712509, 78100982458201017, 4538960021319997189, 265837773438037013857, 15672475449746510425485
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[8/(7 + (1 - 64 x)^(1/8)), {x, 0, n}], {n, 0, 20}] (* Vincenzo Librandi, Dec 29 2012 *)
    CoefficientList[Series[8/(7+Surd[1-64x,8]),{x,0,20}],x] (* Harvey P. Dale, Jun 19 2022 *)

Formula

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