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.

A130426 a(n) = denominator of Sum_{k=1..n} 1/k^(n+1-k).

Original entry on oeis.org

1, 2, 12, 72, 1080, 129600, 54432000, 22861440000, 9601804800000, 4032758016000000, 18631342033920000000, 86076800196710400000000, 5169772619814426624000000000, 310496543546054463037440000000000
Offset: 1

Views

Author

Leroy Quet, May 26 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Denominator[Sum[1/k^(n + 1 - k), {k, 1, n}]], {n, 1, 20}] (* Stefan Steinerberger, May 30 2007 *)

Extensions

More terms from Stefan Steinerberger, May 30 2007