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.

A051721 Denominators of column 3 of table described in A051714/A051715.

Original entry on oeis.org

4, 5, 15, 35, 105, 105, 105, 165, 165, 455, 15015, 1365, 1365, 255, 255, 11305, 33915, 21945, 21945, 345, 3795, 10465, 31395, 1365, 1365, 435, 435, 346115, 1038345, 55335, 608685, 255, 255, 319865, 959595, 959595, 959595, 6765, 6765, 61705
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A051720.

Programs

  • Mathematica
    a[0, k_] := 1/(k+1); a[n_, k_] := a[n, k] = (k+1)*(a[n-1, k] - a[n-1, k+1]); a[n_] := a[n, 3] // Denominator; Table[a[n], {n, 0, 39}] (* Jean-François Alcover, Sep 17 2012 *)

Extensions

More terms from James Sellers, Dec 08 1999