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.

A374661 a(n) = (1/6)*A374660(n).

Original entry on oeis.org

1, 5, 35, 280, 3080, 46200, 1016400, 33541200, 1710601200, 136848096000, 17379708192000, 3528080762976000, 1150154328730176000, 603831022583342400000, 511444876128091012800000, 699656590543228505510400000, 1546940721691078225683494400000
Offset: 0

Views

Author

Clark Kimberling, Aug 03 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] + 4, {k, 0, n}]
    (1/6) Table[w[n], {n, 0, 20}]