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.

A374659 a(n) = (1/5) A374658(n).

Original entry on oeis.org

1, 4, 24, 168, 1680, 23520, 493920, 15805440, 790272000, 62431488000, 7866367488000, 1589006232576000, 516427025587200000, 270607761407692800000, 228934166150908108800000, 312953005128291384729600000, 691626141333523960252416000000
Offset: 0

Views

Author

Clark Kimberling, Jul 28 2024

Keywords

Comments

a(n+1)/a(n) is an integer for n>=0, so (a(n)) is a divisibility sequence.

Crossrefs

Programs

  • Mathematica
    w[n_] := Product[LucasL[k] + 3, {k, 0, n}]
    (1/5) Table[w[n], {n, 0, 20}]