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.

Showing 1-1 of 1 results.

A218492 a(n) = lcm(1,...,L(n)), where L(n) = n-th Lucas number.

Original entry on oeis.org

2, 1, 6, 12, 420, 27720, 12252240, 2329089562800, 442720643463713815200, 410555180440430163438262940577600, 10514768575588513054648621420819083891762891880353600, 337293588832926264639465766794841407432394382785157234228847021917234018060677390066992000
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 30 2012

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Apply[LCM, Range[LucasL[k]]], {k, 0, 10}]
Showing 1-1 of 1 results.