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.

A374657 a(n) = (1/4) A374656(n).

Original entry on oeis.org

1, 3, 15, 90, 810, 10530, 210600, 6528600, 319901400, 24952309200, 3119038650000, 626926768650000, 203124273042600000, 106233994801279800000, 89767725607081431000000, 122622713179273234746000000, 270873573413014575553914000000
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] + 2, {k, 0, n}]
    (1/4) Table[w[n], {n, 0, 20}]