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.

A060149 Number of homogeneous generators of degree n for graded algebra associated with meanders.

Original entry on oeis.org

1, 3, 2, 13, 16, 106, 166, 1073, 1934, 12142, 24076, 147090, 312906, 1865772, 4191822, 24463905, 57433950, 328887346, 800740450, 4508608610, 11319707546, 62781858592, 161841539812, 885513974674, 2335765140994, 12624162072740, 33979681977530, 181611275997040
Offset: 1

Views

Author

N. J. A. Sloane, Apr 10 2001

Keywords

Crossrefs

Meander sequences in Bacher's paper: A005315, A060066, A060089, A060111, A060148, A060149, A060174, A060198, A060206.
Cf. A018224.

Programs

  • PARI
    seq(n) = Vec(1 - 1/sum(k=0, n, binomial(k, k\2)^2*x^k, O(x*x^n))) \\ Andrew Howroyd, Feb 07 2025

Formula

G.f.: 1 - 1/B(x) where B(x) is the g.f. of A018224. - Andrew Howroyd, Feb 07 2025

Extensions

a(11) onwards from Andrew Howroyd, Feb 07 2025