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.

A363001 a(n) = denominator(R(n, n, 1)) where R(n, k, x) = Sum_{u=0..k} ( Sum_{j=0..u} x^j * binomial(u, j) * (j + 1)^n ) / (u + 1).

Original entry on oeis.org

1, 2, 2, 3, 2, 15, 2, 105, 2, 315, 2, 3465, 2, 45045, 2, 9009, 2, 153153, 2, 14549535, 2, 14549535, 2, 19684665, 2, 1673196525, 2, 5019589575, 2, 145568097675, 2, 4512611027925, 2, 4512611027925, 2, 4512611027925, 2, 166966608033225, 2, 316824683175, 2, 6845630929362225
Offset: 0

Views

Author

Peter Luschny, May 12 2023

Keywords

Comments

See A363000 for a discussion of the polynomials.

Crossrefs

Cf. A363000 (numerators), A362999 (odd-indexed denominators).

Programs

  • Maple
    # See A363000 for a program.