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.

A119723 Numerator of Sum[ (-1)^(k-1) * 1/(Prime[k]-1)^2, {k,1,n}].

Original entry on oeis.org

1, 3, 13, 113, 2861, 709, 45601, 408809, 49595489, 2426258561, 485934733, 485460413, 2429223061, 2427480661, 1284905668069, 217047437215261, 182605590283392901, 36508279615059377, 36518889897389297
Offset: 1

Views

Author

Alexander Adamchuk, Jun 13 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Numerator[Table[Sum[(-1)^(i-1)*1/(Prime[i]-1)^2, {i, 1, n}], {n, 1, 30}]]

Formula

a(n) = numerator[ Sum[ (-1)^(k-1) * 1/(Prime[k]-1)^2, {k,1,n}]].