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.

A025560 a(n) = LCM{1, C(n-1,1), C(n-2,2), ..., C(n-[ n/2 ],[ n/2 ])}.

Original entry on oeis.org

1, 1, 2, 3, 12, 30, 60, 210, 840, 1260, 2520, 13860, 27720, 180180, 360360, 180180, 720720, 6126120, 12252240, 116396280, 232792560, 116396280, 232792560, 2677114440, 5354228880, 13385572200, 26771144400, 40156716600, 80313433200, 1164544781400
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A025562.

Programs

  • Maple
    f:=n->ilcm(seq(binomial(n-i,i),i=0..floor(n/2)));

Extensions

Entry revised by N. J. A. Sloane, May 26 2005