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.

A068565 Denominators of Sum_{k=1..n} 1/(k * 2^k).

Original entry on oeis.org

2, 8, 3, 192, 960, 1920, 1680, 215040, 645120, 64512, 1419264, 11354112, 147603456, 295206912, 46126080, 47233105920, 802962800640, 802962800640, 15256293212160, 61025172848640, 61025172848640, 122050345697280
Offset: 1

Views

Author

Benoit Cloitre, Mar 25 2002

Keywords

Comments

Sum_{k>=1} 1/(k * 2^k) = log(2).

Crossrefs

Cf. A068566.

Programs

  • PARI
    a(n) = denominator(sum(k=1, n, 1/(k * 2^k))); \\ Michel Marcus, Jun 26 2019