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.

A127227 a(n)= numerator of ((n + 3)! - (n - 3)!)/(n!).

Original entry on oeis.org

719, 5039, 20159, 60479, 151199, 332639, 665279, 1235519, 2162159, 3603599, 5765759, 8910719, 13366079, 19535039, 27907199, 39070079, 53721359, 72681839, 96909119, 127511999, 165765599, 213127199, 271252799, 342014399, 427517999
Offset: 3

Views

Author

Artur Jasinski, Jan 09 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Numerator[((n + 3)! - (n - 3)!)/(n!)], {n, 3, 30}]